Show / Hide Table of Contents

Struct EntityDataHeader

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

Constructors

EntityDataHeader(ushort, ushort, byte, int)

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

Fields

ClassId

Declaration
public readonly ushort ClassId
Field Value
Type Description
ushort

Id

Declaration
public readonly ushort Id
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