Struct EntityDataHeader (original) (raw)

Namespace

LiteEntitySystem

Assembly

LiteEntitySystem.dll

public readonly struct EntityDataHeader

Constructors

EntityDataHeader(ushort, byte, int)

public EntityDataHeader(ushort classId, byte version, int updateOrder)

Parameters

classId ushort

version byte

updateOrder int

Fields

ClassId

public readonly ushort ClassId

Field Value

ushort

UpdateOrder

public readonly int UpdateOrder

Field Value

int

Version

public readonly byte Version

Field Value

byte