Class EntityTypesMap
- Namespace
- LiteEntitySystem
- Assembly
- LiteEntitySystem.dll
public abstract class EntityTypesMap
- Inheritance
-
objectEntityTypesMap
- Derived
Fields
MaxId
Maximum registered id. Ids start with 1 Modify only in case when you know what you doing
public ushort MaxId
Field Value
RegisteredTypes
Currently registered types Modify only in case when you know what you doing
public readonly Dictionary<Type, RegisteredTypeInfo> RegisteredTypes
Field Value
Methods
EvaluateEntityClassDataHash()
Can be used to detect that server/client has difference
public ulong EvaluateEntityClassDataHash()
Returns
- ulong
hash