Table of Contents

Class EntityTypesMap

Namespace
LiteEntitySystem
Assembly
LiteEntitySystem.dll
public abstract class EntityTypesMap
Inheritance
object
EntityTypesMap
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

ushort

RegisteredTypes

Currently registered types Modify only in case when you know what you doing

public readonly Dictionary<Type, RegisteredTypeInfo> RegisteredTypes

Field Value

Dictionary<Type, RegisteredTypeInfo>

Methods

EvaluateEntityClassDataHash()

Can be used to detect that server/client has difference

public ulong EvaluateEntityClassDataHash()

Returns

ulong

hash