Class PositionProjection
How an archetype's position reaches a client: as motion segments it extrapolates, or as one value in the enter record.
public sealed class PositionProjection
- Inheritance
-
PositionProjection
- Inherited Members
Constructors
PositionProjection()
public PositionProjection()
Properties
ComponentName
The component carrying the position.
public string ComponentName { get; }
Property Value
IsMotion
Whether the position travels as motion segments.
public bool IsMotion { get; }
Property Value
Motion
The motion policy, or null for a static position.
public MotionProjection Motion { get; }