stmm-games-doc  0.32.0
Public Attributes | List of all members
stmg::RotateModifier::LocalInit Struct Reference
Inheritance diagram for stmg::RotateModifier::LocalInit:
Inheritance graph
[legend]

Public Attributes

int32_t m_nElapsedTileAniIdx = -1
 The tileanimation that determines the rotate value. More...
 
double m_fDefaultElapsed = -1.0
 The default elapsed value. More...
 
ElapsedMapper m_oMapper
 The elapsed mapper. More...
 
bool m_bInvert = false
 Whether the rotation should be inverted. More...
 

Member Data Documentation

◆ m_bInvert

bool stmg::RotateModifier::LocalInit::m_bInvert = false

Whether the rotation should be inverted.

Default is false.

◆ m_fDefaultElapsed

double stmg::RotateModifier::LocalInit::m_fDefaultElapsed = -1.0

The default elapsed value.

From 0.0 to 1.0 or -1.0 if not defined.

◆ m_nElapsedTileAniIdx

int32_t stmg::RotateModifier::LocalInit::m_nElapsedTileAniIdx = -1

The tileanimation that determines the rotate value.

Default -1 (undefined).

◆ m_oMapper

ElapsedMapper stmg::RotateModifier::LocalInit::m_oMapper

The elapsed mapper.