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

Public Attributes

double m_fTopInTiles = 0
 The top margin in tiles. More...
 
double m_fBottomInTiles = 0
 The bottom margin in tiles. More...
 
double m_fLeftInTiles = 0
 The left margin in tiles. More...
 
double m_fRightInTiles = 0
 The right margin in tiles. More...
 
bool m_bIsInteractive = true
 Whether the widget should receive XYEvents. More...
 

Member Data Documentation

◆ m_bIsInteractive

bool stmg::LevelShowWidget::LocalInit::m_bIsInteractive = true

Whether the widget should receive XYEvents.

Default: true.

◆ m_fBottomInTiles

double stmg::LevelShowWidget::LocalInit::m_fBottomInTiles = 0

The bottom margin in tiles.

Default: 0.0.

◆ m_fLeftInTiles

double stmg::LevelShowWidget::LocalInit::m_fLeftInTiles = 0

The left margin in tiles.

Default: 0.0.

◆ m_fRightInTiles

double stmg::LevelShowWidget::LocalInit::m_fRightInTiles = 0

The right margin in tiles.

Default: 0.0.

◆ m_fTopInTiles

double stmg::LevelShowWidget::LocalInit::m_fTopInTiles = 0

The top margin in tiles.

Default: 0.0.