![]() |
V-Gears 0
Free Final Fantasy VII engine.
|
Represents a tile. More...
#include <Background2D.h>
Public Attributes | |
int | x |
Tile X coordinate. More... | |
int | y |
Tile Y coordinate. More... | |
int | width |
Tile width. More... | |
int | height |
Tile height. More... | |
size_t | start_vertex_index |
Blending | blending |
Tile blending mode. More... | |
Represents a tile.
int Background2D::Tile::height |
Tile height.
size_t Background2D::Tile::start_vertex_index |
int Background2D::Tile::width |
Tile width.
int Background2D::Tile::x |
Tile X coordinate.
int Background2D::Tile::y |
Tile Y coordinate.