stmm-games-doc  0.32.0
Public Attributes | List of all members
stmg::DynAnimation::DynImage Struct Reference

Public Attributes

FRect m_oRelRect
 The position and size of the image relative to the animations rectangle. More...
 
shared_ptr< Imagem_refImage
 The image to display. More...
 
int32_t m_nPriority
 The priority of the image. More...
 

Member Data Documentation

◆ m_nPriority

int32_t stmg::DynAnimation::DynImage::m_nPriority

The priority of the image.

◆ m_oRelRect

FRect stmg::DynAnimation::DynImage::m_oRelRect

The position and size of the image relative to the animations rectangle.

◆ m_refImage

shared_ptr<Image> stmg::DynAnimation::DynImage::m_refImage

The image to display.

Cannot be empty.