Class SegmentRecord
A motion segment to encode.
public sealed class SegmentRecord
- Inheritance
-
SegmentRecord
- Inherited Members
Constructors
SegmentRecord()
public SegmentRecord()
Properties
Epoch
The teleport counter.
public byte Epoch { get; init; }
Property Value
NetId
The entity.
public uint NetId { get; init; }
Property Value
Position
The start position.
public double[] Position { get; init; }
Property Value
- double[]
T0
The absolute start tick.
public uint T0 { get; init; }
Property Value
Velocity
The velocity per tick, for the linear model.
public double[] Velocity { get; init; }
Property Value
- double[]