Class StateRecord
A state record to encode: the groups in GroupMask, with the values of their fields.
public sealed class StateRecord
- Inheritance
-
StateRecord
- Inherited Members
Constructors
StateRecord()
public StateRecord()
Properties
GroupMask
Bit i set when group i is carried.
public byte GroupMask { get; init; }
Property Value
NetId
The entity.
public uint NetId { get; init; }
Property Value
Values
The values of the carried groups' fields.
public RecordValues Values { get; init; }