Class TypeRegGen
Syntax
Constructors
TypeRegGen()
Declaration
Fields
BufferComponentTypeFlag
Declaration
public const int BufferComponentTypeFlag = 67108864
Field Value
ChunkComponentTypeFlag
Declaration
public const int ChunkComponentTypeFlag = 268435456
Field Value
ClearFlagsMask
Declaration
public const int ClearFlagsMask = 16777215
Field Value
HasNoEntityReferencesFlag
Declaration
public const int HasNoEntityReferencesFlag = 16777216
Field Value
ManagedComponentTypeFlag
Declaration
public const int ManagedComponentTypeFlag = 1073741824
Field Value
SharedComponentTypeFlag
Declaration
public const int SharedComponentTypeFlag = 134217728
Field Value
SystemStateSharedComponentTypeFlag
Declaration
public const int SystemStateSharedComponentTypeFlag = 167772160
Field Value
SystemStateTypeFlag
Declaration
public const int SystemStateTypeFlag = 33554432
Field Value
ZeroSizeInChunkTypeFlag
Declaration
public const int ZeroSizeInChunkTypeFlag = 536870912
Field Value
Methods
GenerateTypeRegistry(String[])
Declaration
public void GenerateTypeRegistry(string[] args)
Parameters
Type |
Name |
Description |
String[] |
args |
|
Main(String[])
Declaration
public static void Main(string[] args)
Parameters
Type |
Name |
Description |
String[] |
args |
|
PatchCalls()
Declaration