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
classIdushortclassNamestringconstructorEntityConstructor<InternalEntity>
Fields
ClassId
public readonly ushort ClassId
Field Value
ClassName
public readonly string ClassName
Field Value
Constructor
public readonly EntityConstructor<InternalEntity> Constructor
Field Value
- EntityConstructor<InternalEntity>