#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). |
Size is 1.000 x 1.000 in (x,z) world space.