xoreos
0.0.5
|
A place object control tag for placing objects. More...
#include <gfxfile.h>
Public Attributes | |
bool | hasMove |
uint16 | depth |
boost::optional< uint16 > | characterId |
boost::optional< Common::UString > | name |
boost::optional< glm::mat3x2 > | matrix |
boost::optional< ColorTransform > | colorTransform |
boost::optional< uint8 > | blendMode |
boost::optional<uint8> Aurora::GFXControl::PlaceObject::blendMode |
Definition at line 312 of file gfxfile.h.
Referenced by Aurora::GFXFile::readPlaceObject().
boost::optional<uint16> Aurora::GFXControl::PlaceObject::characterId |
Definition at line 308 of file gfxfile.h.
Referenced by Aurora::GFXFile::readPlaceObject().
boost::optional<ColorTransform> Aurora::GFXControl::PlaceObject::colorTransform |
Definition at line 311 of file gfxfile.h.
Referenced by Aurora::GFXFile::readPlaceObject().
uint16 Aurora::GFXControl::PlaceObject::depth |
Definition at line 307 of file gfxfile.h.
Referenced by Aurora::GFXFile::readPlaceObject().
bool Aurora::GFXControl::PlaceObject::hasMove |
Definition at line 305 of file gfxfile.h.
Referenced by Aurora::GFXFile::readPlaceObject().
boost::optional<glm::mat3x2> Aurora::GFXControl::PlaceObject::matrix |
Definition at line 310 of file gfxfile.h.
Referenced by Aurora::GFXFile::readPlaceObject().
boost::optional<Common::UString> Aurora::GFXControl::PlaceObject::name |
Definition at line 309 of file gfxfile.h.
Referenced by Aurora::GFXFile::readPlaceObject().