xoreos
0.0.5
|
A tile. More...
Public Attributes | |
bool | metaTile |
Is this tile a meta tile? More... | |
uint32 | tileID |
ID of the tile's appearance. More... | |
float | position [3] |
The tile's position. More... | |
Orientation | orientation |
The tile's orientation. More... | |
Common::UString | modelName |
ResRef of the model. More... | |
float | floorTint [3][4] |
Tint color of the floor parts. More... | |
float | wallTint [3][4] |
Tint color of the wall parts. More... | |
Graphics::Aurora::Model * | model |
The tile's model. More... | |
float Engines::NWN2::Area::Tile::floorTint[3][4] |
Tint color of the floor parts.
Definition at line 144 of file area.h.
Referenced by Engines::NWN2::Area::loadTile().
bool Engines::NWN2::Area::Tile::metaTile |
Is this tile a meta tile?
Definition at line 134 of file area.h.
Referenced by Engines::NWN2::Area::loadTile().
Graphics::Aurora::Model* Engines::NWN2::Area::Tile::model |
The tile's model.
Definition at line 148 of file area.h.
Referenced by Engines::NWN2::Area::loadTile().
Common::UString Engines::NWN2::Area::Tile::modelName |
ResRef of the model.
Definition at line 142 of file area.h.
Referenced by Engines::NWN2::Area::loadTile().
Orientation Engines::NWN2::Area::Tile::orientation |
The tile's orientation.
Definition at line 139 of file area.h.
Referenced by Engines::NWN2::Area::loadTile().
float Engines::NWN2::Area::Tile::position[3] |
The tile's position.
Definition at line 138 of file area.h.
Referenced by Engines::NWN2::Area::loadTile().
uint32 Engines::NWN2::Area::Tile::tileID |
ID of the tile's appearance.
Definition at line 136 of file area.h.
Referenced by Engines::NWN2::Area::loadTile().
float Engines::NWN2::Area::Tile::wallTint[3][4] |
Tint color of the wall parts.
Definition at line 145 of file area.h.
Referenced by Engines::NWN2::Area::loadTile().