Class EnterRecord
An enter record to encode.
public sealed class EnterRecord
- Inheritance
-
EnterRecord
- Inherited Members
Constructors
EnterRecord()
public EnterRecord()
Properties
Epoch
The teleport counter, when the archetype moves.
public byte Epoch { get; init; }
Property Value
NetId
The entity.
public uint NetId { get; init; }
Property Value
Position
The position, when the archetype is spatial.
public double[] Position { get; init; }
Property Value
- double[]
T0
The segment's absolute start tick, when the archetype moves.
public uint T0 { get; init; }
Property Value
Values
Every public field's value.
public RecordValues Values { get; init; }
Property Value
Velocity
The velocity per tick, when the archetype moves linearly.
public double[] Velocity { get; init; }
Property Value
- double[]