SimpleSpace Struct ReferenceInherits Space, and Space.
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Public Methods | |
| virtual void | addEntity (Entity *ent) |
| virtual Entity * | queryEntity (const Char *name) |
| virtual void | update (UpdateContext *uc) |
| virtual void | render (RenderContext *rc) |
| virtual void | collide (CollisionContext *cc) |
|
|
Add an entity to the space. Implements Space. |
|
|
Test for collisions between entities. Reimplemented from Attribute. |
|
|
Locate an entity by name. Implements Space. |
|
|
Render the contents of this attribute. The default implementation of this method does nothing. Reimplemented from Attribute. |
|
|
Update the state of this attribute. The default implementation of this method does nothing. Reimplemented from Attribute. |
|
Flat Four Engine Copyright (C) 2001 by 379, Inc. |
This page generated by Doxygen |