ForgeDocs
Documentation for the forge framework
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Pages
Forge.Entities.EntityIndex Class Reference

Provides access to all entities in a game engine via the entity's UniqueId. More...

Inheritance diagram for Forge.Entities.EntityIndex:

Public Member Functions

IEnumerator< IEntityGetEnumerator ()
 

Properties

IEntity this[int uniqueId] [get]
 Returns the entity with the given id. If no entity exists with the given id, then an exception is thrown. More...
 

Detailed Description

Provides access to all entities in a game engine via the entity's UniqueId.

Property Documentation

IEntity Forge.Entities.EntityIndex.this[int uniqueId]
get

Returns the entity with the given id. If no entity exists with the given id, then an exception is thrown.


The documentation for this class was generated from the following file: