|
| TiledGrid3D () |
| ~TiledGrid3D () |
Quad3 | getTile (const Vec2 &pos) const |
| returns the tile at the given position More...
|
|
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 More...
|
|
Quad3 | originalTile (const Vec2 &pos) const |
| returns the original tile (untransformed) at the given position More...
|
|
void | setTile (const Vec2 &pos, const Quad3 &coords) |
| sets a new tile More...
|
|
virtual void | blit () override |
virtual void | reuse () override |
virtual void | calculateVertexPoints () override |
virtual | ~GridBase (void) |
bool | initWithSize (const Size &gridSize, Texture2D *texture, bool flipped) |
bool | initWithSize (const Size &gridSize) |
var | initWithSize ( var gridSize) |
local | initWithSize ( local gridSize) |
bool | isActive (void) const |
| whether or not the grid is active More...
|
|
var | isActive () |
| whether or not the grid is active More...
|
|
local | isActive () |
| whether or not the grid is active More...
|
|
void | setActive (bool active) |
var | setActive ( var active) |
local | setActive ( local active) |
int | getReuseGrid (void) const |
| number of times that the grid will be reused More...
|
|
var | getReuseGrid () |
| number of times that the grid will be reused More...
|
|
local | getReuseGrid () |
| number of times that the grid will be reused More...
|
|
void | setReuseGrid (int reuseGrid) |
var | setReuseGrid ( var reuseGrid) |
local | setReuseGrid ( local reuseGrid) |
const Size & | getGridSize (void) const |
| size of the grid More...
|
|
local | getGridSize () |
| size of the grid More...
|
|
void | setGridSize (const Size &gridSize) |
var | setGridSize ( var gridSize) |
local | setGridSize ( local gridSize) |
const Vec2 & | getStep (void) const |
| pixels between the grids More...
|
|
local | getStep () |
| pixels between the grids More...
|
|
void | setStep (const Vec2 &step) |
var | setStep ( var step) |
local | setStep ( local step) |
bool | isTextureFlipped (void) const |
| is texture flipped More...
|
|
var | isTextureFlipped () |
| is texture flipped More...
|
|
local | isTextureFlipped () |
| is texture flipped More...
|
|
void | setTextureFlipped (bool flipped) |
void | beforeDraw (void) |
var | beforeDraw () |
local | beforeDraw () |
void | afterDraw (Node *target) |
var | afterDraw ( var target) |
local | afterDraw ( local target) |
virtual void | beforeBlit () |
var | beforeBlit () |
local | beforeBlit () |
virtual void | afterBlit () |
local | afterBlit () |
void | set2DProjection (void) |
void | retain () |
| Retains the ownership. More...
|
|
void | 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...
|
|
virtual | ~Ref () |