ForgeDocs
Documentation for the forge framework
|
Provides access to all entities in a game engine via the entity's UniqueId. More...
Public Member Functions | |
IEnumerator< IEntity > | GetEnumerator () |
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... | |
Provides access to all entities in a game engine via the entity's UniqueId.
|
get |
Returns the entity with the given id. If no entity exists with the given id, then an exception is thrown.