V-Gears 0
Free Final Fantasy VII engine.
VGears::Tile Struct Reference

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...
 

Detailed Description

A tile.

Member Data Documentation

◆ animations

AnimationMap VGears::Tile::animations

List of animations associated to the tile.

◆ blending

Blending VGears::Tile::blending

Tile blending type.

◆ depth

Ogre::Real VGears::Tile::depth

Tile depth.

◆ destination

Ogre::Vector2 VGears::Tile::destination

Tile destination coordinates in the background.

◆ height

int VGears::Tile::height

Tile hecight.

◆ uv

Ogre::Vector4 VGears::Tile::uv
Todo:
Understand and document.

◆ width

int VGears::Tile::width

Tile width.


The documentation for this struct was generated from the following file: