TiledGrid3D is a 3D grid implementation. More...
Inherits GridBase.
Public Member Functions | |
| TiledGrid3D () | |
| Constructor. | |
| ctor () | |
| Constructor. | |
| TiledGrid3D () | |
| Constructor. | |
| ~TiledGrid3D () | |
| Destructor. | |
| Quad3 | getTile (const Vec2 &pos) const |
| Returns the tile at the given position. | |
| Quad3 | tile (const Vec2 &pos) const |
| returns the tile at the given position More... | |
| Quad3 | getOriginalTile (const Vec2 &pos) const |
| Returns the original tile (untransformed) at the given position. | |
| Quad3 | originalTile (const Vec2 &pos) const |
| returns the original tile (untransformed) at the given position More... | |
| var | originalTile ( var pos) |
| returns the original tile (untransformed) at the given position More... | |
| void | setTile (const Vec2 &pos, const Quad3 &coords) |
| Sets a new tile. | |
| var | setTile ( var pos, var coords) |
| Sets a new tile. | |
| virtual void | blit () override |
| var | blit () |
| local | blit () |
| virtual void | reuse () override |
| Interface, Reuse the grid vertices. More... | |
| var | reuse () |
| Interface, Reuse the grid vertices. More... | |
| local | reuse () |
| Interface, Reuse the grid vertices. More... | |
| virtual void | calculateVertexPoints () override |
| Interface, Calculate the vertices used for the blit. More... | |
| var | calculateVertexPoints () |
| Interface, Calculate the vertices used for the blit. More... | |
| local | calculateVertexPoints () |
| Interface, Calculate the vertices used for the blit. More... | |
Public Member Functions inherited from GridBase | |
| virtual | ~GridBase (void) |
| Destructor. | |
| int | getReuseGrid () const |
| Get number of times that the grid will be reused. More... | |
| var | getReuseGrid () |
| Get number of times that the grid will be reused. More... | |
| local | getReuseGrid () |
| Get number of times that the grid will be reused. More... | |
| void | setReuseGrid (int reuseGrid) |
| Set number of times that the grid will be reused. More... | |
| const Size & | getGridSize () const |
| Size of the grid. More... | |
| var | getGridSize () |
| Size of the grid. More... | |
| local | getGridSize () |
| Size of the grid. More... | |
| void | setGridSize (const Size &gridSize) |
| Set the size of the grid. More... | |
| local | setGridSize ( local gridSize) |
| Set the size of the grid. More... | |
| const Vec2 & | getStep () const |
| Pixels between the grids. More... | |
| local | getStep () |
| Pixels between the grids. More... | |
| void | setStep (const Vec2 &step) |
| Get the pixels between the grids. More... | |
| local | setStep ( local step) |
| Get the pixels between the grids. More... | |
| bool | isTextureFlipped () const |
| is texture flipped. More... | |
| var | isTextureFlipped () |
| is texture flipped. More... | |
| local | isTextureFlipped () |
| is texture flipped. More... | |
| void | setTextureFlipped (bool flipped) |
| Set the texture flipped or not. More... | |
| var | setTextureFlipped ( var flipped) |
| Set the texture flipped or not. More... | |
| local | setTextureFlipped ( local flipped) |
| Set the texture flipped or not. More... | |
| void | set2DProjection (void) |
| Change projection to 2D for grabbing. More... | |
| var | set2DProjection () |
| Change projection to 2D for grabbing. More... | |
| local | set2DProjection () |
| Change projection to 2D for grabbing. More... | |
| void | setGridRect (const Rect &rect) |
| Set the effect grid rect. More... | |
| var | setGridRect ( var rect) |
| Set the effect grid rect. More... | |
| local | setGridRect ( local rect) |
| Set the effect grid rect. More... | |
| const Rect & | getGridRect () const |
| Get the effect grid rect. More... | |
| var | getGridRect () |
| Get the effect grid rect. More... | |
| local | getGridRect () |
| Get the effect grid rect. More... | |
| bool | initWithSize (const Size &gridSize) |
| var | initWithSize ( var gridSize) |
| local | initWithSize ( local gridSize) |
| bool | isActive () const |
| var | isActive () |
| local | isActive () |
| void | beforeDraw (void) |
| virtual void | beforeBlit () |
| local | beforeBlit () |
Public Member Functions inherited from Ref | |
| void | retain () |
| Retains the ownership. More... | |
| void | release () |
| Releases the ownership immediately. More... | |
| local | release () |
| Releases the ownership immediately. More... | |
| Ref * | autorelease () |
| Releases the ownership sometime soon automatically. More... | |
| unsigned int | getReferenceCount () const |
| Returns the Ref's current reference count. More... | |
| local | getReferenceCount () |
| Returns the Ref's current reference count. More... | |
| virtual | ~Ref () |
| Destructor. More... | |
Static Public Member Functions | |
| static TiledGrid3D * | create (const Size &gridSize) |
| Create one Grid. More... | |
| var | create ( var gridSize) |
| Create one Grid. More... | |
| local | create ( local gridSize) |
| Create one Grid. More... | |
| static TiledGrid3D * | create (const Size &gridSize, const Rect &rect) |
| Create one Grid. More... | |
| local | create ( local gridSize, local rect) |
| Create one Grid. More... | |
| static TiledGrid3D * | create (const Size &gridSize, Texture2D *texture, bool flipped) |
| Create one Grid. More... | |
| local | create ( local gridSize, local texture, local flipped) |
| Create one Grid. More... | |
| static TiledGrid3D * | create (const Size &gridSize, Texture2D *texture, bool flipped, const Rect &rect) |
| Create one Grid. More... | |
| local | create ( local gridSize, local texture, local flipped, local rect) |
| Create one Grid. More... | |
Static Public Member Functions inherited from GridBase | |
| static GridBase * | create (const Size &gridSize, Texture2D *texture, bool flipped) |
| create one Grid | |
| var | create ( var gridSize, var texture, var flipped) |
| create one Grid | |
| local | create ( local gridSize, local texture, local flipped) |
| create one Grid | |
| static GridBase * | create (const Size &gridSize) |
| create one Grid | |
| var | create ( var gridSize) |
| create one Grid | |
| local | create ( local gridSize) |
| create one Grid | |
Additional Inherited Members | |
Public Attributes inherited from Ref | |
| unsigned int | _ID |
| object id, ScriptSupport need public _ID | |
| local | _ID |
| object id, ScriptSupport need public _ID | |
| int | _luaID |
| Lua reference id. | |
| local | _luaID |
| Lua reference id. | |
| void * | _scriptObject |
| scriptObject, support for swift | |
| local | _scriptObject |
| scriptObject, support for swift | |
| bool | _rooted |
| When true, it means that the object was already rooted. | |
| local | _rooted |
| When true, it means that the object was already rooted. | |
TiledGrid3D is a 3D grid implementation.
It differs from Grid3D in that the tiles can be separated from the grid.
|
static |
Create one Grid.
|
static |
Create one Grid.
|
static |
Create one Grid.
|
static |
Create one Grid.
|
static |
Create one Grid.
|
static |
Create one Grid.
|
static |
Create one Grid.
|
static |
Create one Grid.
|
static |
Create one Grid.
|
static |
Create one Grid.
|
static |
Create one Grid.
|
static |
Create one Grid.
|
inline |
returns the tile at the given position
returns the original tile (untransformed) at the given position
|
inline |
returns the original tile (untransformed) at the given position
|
overridevirtual |
Implementations for interfaces in base class.
Reimplemented from GridBase.
|
overridevirtual |
Implementations for interfaces in base class.
Reimplemented from GridBase.
|
overridevirtual |
Implementations for interfaces in base class.
Reimplemented from GridBase.
|
overridevirtual |
Interface, Reuse the grid vertices.
Reimplemented from GridBase.
|
overridevirtual |
Interface, Reuse the grid vertices.
Reimplemented from GridBase.
|
overridevirtual |
Interface, Reuse the grid vertices.
Reimplemented from GridBase.
|
overridevirtual |
Interface, Calculate the vertices used for the blit.
Reimplemented from GridBase.
|
overridevirtual |
Interface, Calculate the vertices used for the blit.
Reimplemented from GridBase.
|
overridevirtual |
Interface, Calculate the vertices used for the blit.
Reimplemented from GridBase.