Show / Hide Table of Contents

Struct EntityDataHeader

Namespace: LiteEntitySystem
Assembly: LiteEntitySystem.dll
Syntax
public readonly struct EntityDataHeader

Constructors

EntityDataHeader(ushort, byte, int)

Declaration
public EntityDataHeader(ushort classId, byte version, int updateOrder)
Parameters
Type Name Description
ushort classId
byte version
int updateOrder

Fields

ClassId

Declaration
public readonly ushort ClassId
Field Value
Type Description
ushort

UpdateOrder

Declaration
public readonly int UpdateOrder
Field Value
Type Description
int

Version

Declaration
public readonly byte Version
Field Value
Type Description
byte
In this article
Back to top Generated by DocFX