Table of Contents

Struct RegisteredTypeInfo

Namespace
LiteEntitySystem
Assembly
LiteEntitySystem.dll

Information about registered type

public readonly struct RegisteredTypeInfo

Constructors

RegisteredTypeInfo(ushort, string, EntityConstructor<InternalEntity>)

public RegisteredTypeInfo(ushort classId, string className, EntityConstructor<InternalEntity> constructor)

Parameters

classId ushort
className string
constructor EntityConstructor<InternalEntity>

Fields

ClassId

public readonly ushort ClassId

Field Value

ushort

ClassName

public readonly string ClassName

Field Value

string

Constructor

public readonly EntityConstructor<InternalEntity> Constructor

Field Value

EntityConstructor<InternalEntity>