![]() |
V-Gears 0
Free Final Fantasy VII engine.
|
A tile. More...
#include <VGearsTile.h>
Public Attributes | |
int | width |
Tile width. More... | |
int | height |
Tile hecight. More... | |
Ogre::Vector2 | destination |
Tile destination coordinates in the background. More... | |
Ogre::Vector4 | uv |
Ogre::Real | depth |
Tile depth. More... | |
Blending | blending |
Tile blending type. More... | |
AnimationMap | animations |
List of animations associated to the tile. More... | |
A tile.
AnimationMap VGears::Tile::animations |
List of animations associated to the tile.
Ogre::Real VGears::Tile::depth |
Tile depth.
Ogre::Vector2 VGears::Tile::destination |
Tile destination coordinates in the background.
int VGears::Tile::height |
Tile hecight.
Ogre::Vector4 VGears::Tile::uv |
int VGears::Tile::width |
Tile width.