WeatherMakerCelestialObjectScriptOrbitTypeIsPerspective Property |
Whether the orbit type is perspective (true) or orthographic (false)
Namespace:
DigitalRuby.WeatherMaker
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax public bool OrbitTypeIsPerspective { get; }
Public ReadOnly Property OrbitTypeIsPerspective As Boolean
Get
public:
property bool OrbitTypeIsPerspective {
bool get ();
}
member OrbitTypeIsPerspective : bool with get
Property Value
Type:
BooleanSee Also