visibleEntities property

Map<int, Entity> visibleEntities
read / write

The map which contains all the Entity's which are visible within the screen. Key is the entity's id and value is the entity's object reference.

Implementation

Map<int, Entity> visibleEntities = new Map<int, Entity>()