Line¶
- class Line¶
A line. Created using
Drawing.AddLine
.- SpaceCenter.ReferenceFrame ReferenceFrame { get; set; }¶
Reference frame for the positions of the object.
- Game Scenes:
Flight
- String Material { get; set; }¶
Material used to render the object. Creates the material from a shader with the given name.
- Game Scenes:
Flight
- void Remove ()¶
Remove the object.
- Game Scenes:
Flight