![]() |
Public API Reference |
#include <iso.h>
Inheritance diagram for iIsoWorld:

Public Methods | |
| virtual void | AddSprite (iIsoSprite *sprite)=0 |
| Add a sprite to this world. More... | |
| virtual void | RemoveSprite (iIsoSprite *sprite)=0 |
| Remove a sprite from this world. More... | |
| virtual void | MoveSprite (iIsoSprite *sprite, const csVector3 &oldpos, const csVector3 &newpos)=0 |
| Move a sprite already in this world, give previous and new position. More... | |
| virtual iIsoGrid * | CreateGrid (int width, int height)=0 |
| Create a new isoGrid in this world. More... | |
| virtual iIsoGrid * | FindGrid (const csVector3 &pos)=0 |
| Find an isoGrid that contains given position, can be 0. More... | |
| virtual void | Draw (iIsoRenderView *rview)=0 |
| Draw using given renderview. More... | |
Definition at line 134 of file iso.h.
|
|
Add a sprite to this world.
|
|
||||||||||||
|
Create a new isoGrid in this world.
|
|
|
Draw using given renderview.
|
|
|
Find an isoGrid that contains given position, can be 0.
|
|
||||||||||||||||
|
Move a sprite already in this world, give previous and new position.
|
|
|
Remove a sprite from this world.
|