Polygon¶
- class Polygon¶
A polygon. Created using
Drawing.AddPolygon
.- IList<Tuple<Double, Double, Double>> Vertices { get; set; }¶
Vertices for the polygon.
- Game Scenes:
Flight
- SpaceCenter.ReferenceFrame ReferenceFrame { get; set; }¶
Reference frame for the positions of the object.
- Game Scenes:
Flight
- void Remove ()¶
Remove the object.
- Game Scenes:
Flight