Table of Contents

Class PositionProjection

Namespace
Typhon.Engine
Assembly
Typhon.Engine.dll

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

string

IsMotion

Whether the position travels as motion segments.

public bool IsMotion { get; }

Property Value

bool

Motion

The motion policy, or null for a static position.

public MotionProjection Motion { get; }

Property Value

MotionProjection