WeatherMakerCelestialObjectScriptViewportPosition Property |
Gets the viewport positions of the object.
Namespace:
DigitalRuby.WeatherMaker
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax public Vector3 ViewportPosition { get; }
Public ReadOnly Property ViewportPosition As Vector3
Get
public:
property Vector3 ViewportPosition {
Vector3 get ();
}
member ViewportPosition : Vector3 with get
Property Value
Type:
Vector3See Also