Class PositionPlan
An archetype's position, compiled.
public sealed class PositionPlan
- Inheritance
-
PositionPlan
- Inherited Members
Properties
Dims
2 or 3.
public int Dims { get; }
Property Value
Linear
Whether a segment carries a velocity.
public bool Linear { get; }
Property Value
Moving
Whether segments are replicated (motion) rather than a single position on enter (static).
public bool Moving { get; }
Property Value
Pos
The position codec.
public FieldPlan Pos { get; }
Property Value
Vel
The velocity codec, for the linear model.
public FieldPlan Vel { get; }