iIsoCell Struct Reference
a grid cell. More...
#include <iso.h>
Inheritance diagram for iIsoCell:

Public Methods | |
virtual void | AddSprite (iIsoSprite *sprite, const csVector3 &pos)=0 |
Add a sprite to this cell at pos (used internally). | |
virtual void | RemoveSprite (iIsoSprite *sprite, const csVector3 &pos)=0 |
Remove a sprite from this cell from pos (used internally). | |
virtual void | Draw (iIsoRenderView *rview)=0 |
Draw using given renderview. | |
virtual void | Traverse (iIsoCellTraverseCallback *func)=0 |
Traverse in any order, all sprites, calling func->Traverse(sprite). |
Detailed Description
a grid cell.Size is 1.000 x 1.000 in (x,z) world space.
Definition at line 259 of file iso.h.
Member Function Documentation
|
Add a sprite to this cell at pos (used internally).
|
|
Draw using given renderview.
|
|
Remove a sprite from this cell from pos (used internally).
|
|
Traverse in any order, all sprites, calling func->Traverse(sprite).
|
The documentation for this struct was generated from the following file:
- ivaria/iso.h
Generated for Crystal Space by doxygen 1.2.18