Property CurrentPosition
CurrentPosition
Get the current position of the tracked object, as set by the last call to AddPosition(). This is only valid if IsEmpty returns false.
Declaration
public Vector3 CurrentPosition { get; }
Property Value
Type | Description |
---|---|
Vector3 | The current position of the tracked object, as set by the last call to AddPosition() |