xoreos  0.0.5
Public Attributes | List of all members
Aurora::GFXControl::PlaceObject Struct Reference

A place object control tag for placing objects. More...

#include <gfxfile.h>

Public Attributes

bool hasMove
 
uint16 depth
 
boost::optional< uint16characterId
 
boost::optional< Common::UStringname
 
boost::optional< glm::mat3x2 > matrix
 
boost::optional< ColorTransformcolorTransform
 
boost::optional< uint8blendMode
 

Detailed Description

A place object control tag for placing objects.

Definition at line 304 of file gfxfile.h.

Member Data Documentation

◆ blendMode

boost::optional<uint8> Aurora::GFXControl::PlaceObject::blendMode

Definition at line 312 of file gfxfile.h.

Referenced by Aurora::GFXFile::readPlaceObject().

◆ characterId

boost::optional<uint16> Aurora::GFXControl::PlaceObject::characterId

Definition at line 308 of file gfxfile.h.

Referenced by Aurora::GFXFile::readPlaceObject().

◆ colorTransform

boost::optional<ColorTransform> Aurora::GFXControl::PlaceObject::colorTransform

Definition at line 311 of file gfxfile.h.

Referenced by Aurora::GFXFile::readPlaceObject().

◆ depth

uint16 Aurora::GFXControl::PlaceObject::depth

Definition at line 307 of file gfxfile.h.

Referenced by Aurora::GFXFile::readPlaceObject().

◆ hasMove

bool Aurora::GFXControl::PlaceObject::hasMove

Definition at line 305 of file gfxfile.h.

Referenced by Aurora::GFXFile::readPlaceObject().

◆ matrix

boost::optional<glm::mat3x2> Aurora::GFXControl::PlaceObject::matrix

Definition at line 310 of file gfxfile.h.

Referenced by Aurora::GFXFile::readPlaceObject().

◆ name

boost::optional<Common::UString> Aurora::GFXControl::PlaceObject::name

Definition at line 309 of file gfxfile.h.

Referenced by Aurora::GFXFile::readPlaceObject().


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