Class EntityManager<ContextType>

Defines an interface for an observer to receive a message via a notify() method

Type Parameters

  • ContextType = any

Hierarchy

  • EntityManager

Implements

Constructors

Properties

_entityIndex: {
    [entityId: string]: Entity;
} = {}

Type declaration

entities: Entity[] = []

Methods