Table of Contents

Class PositionPlan

Namespace
Typhon.Protocol
Assembly
Typhon.Protocol.dll

An archetype's position, compiled.

public sealed class PositionPlan
Inheritance
PositionPlan
Inherited Members

Properties

Dims

2 or 3.

public int Dims { get; }

Property Value

int

Linear

Whether a segment carries a velocity.

public bool Linear { get; }

Property Value

bool

Moving

Whether segments are replicated (motion) rather than a single position on enter (static).

public bool Moving { get; }

Property Value

bool

Pos

The position codec.

public FieldPlan Pos { get; }

Property Value

FieldPlan

Vel

The velocity codec, for the linear model.

public FieldPlan Vel { get; }

Property Value

FieldPlan