Method SetPosition
SetPosition(ImmutablePoint, bool)
Sets position of the object to a given point.
Declaration
public void SetPosition(Scene.ImmutablePoint position, bool zIsAbsolute = false)
Parameters
Type | Name | Description |
---|---|---|
Scene.ImmutablePoint | position | |
bool | zIsAbsolute | If true, the Z member of position is assignes to the PositionZAbsolute property instead of PositionZ |