Class MotionProjection
What a MotionBuilder declared, as the compiler and the catalog builder read it back. Zero on a numeric member means "the engine's default".
public sealed class MotionProjection
- Inheritance
-
MotionProjection
- Inherited Members
Constructors
MotionProjection()
public MotionProjection()
Properties
IgnoresTickDilation
Whether the velocity codec is sized for the nominal tick period only.
public bool IgnoresTickDilation { get; }
Property Value
MaxAgeSeconds
The segment heartbeat in seconds, or 0 for the engine default (5 s).
public double MaxAgeSeconds { get; }
Property Value
TeleportMaxSpeedMps
The teleport threshold in metres per second, or 0 when the archetype declared none.
public double TeleportMaxSpeedMps { get; }
Property Value
ToleranceMetres
The extrapolation error budget in metres, or 0 for the engine default (5 cm).
public double ToleranceMetres { get; }
Property Value
VelocityComponentName
The component holding the declared velocity field, or null when velocity is measured.
public string VelocityComponentName { get; }
Property Value
VelocityFieldName
The declared velocity field, or null when velocity is measured.
public string VelocityFieldName { get; }