Property Position
Position
Returns position of the object as Scene.ImmutablePoint. This property is read-only. Use SetPosition(ImmutablePoint, bool) to set position, or PositionX,Y,Z to set individual components of position.
Declaration
public Scene.ImmutablePoint Position { get; set; }
Property Value
Type | Description |
---|---|
Scene.ImmutablePoint |