arsa  2.7
Public Member Functions | Public Attributes | List of all members
irr::gui::SGUISprite Struct Reference

A sprite composed of several frames. More...

#include <IGUISpriteBank.h>

Public Member Functions

 SGUISprite ()
 
 SGUISprite (const SGUISpriteFrame &firstFrame)
 

Public Attributes

core::array< SGUISpriteFrameFrames
 
u32 frameTime
 

Detailed Description

A sprite composed of several frames.

Definition at line 46 of file IGUISpriteBank.h.

Constructor & Destructor Documentation

◆ SGUISprite() [1/2]

irr::gui::SGUISprite::SGUISprite ( )
inline

Definition at line 48 of file IGUISpriteBank.h.

◆ SGUISprite() [2/2]

irr::gui::SGUISprite::SGUISprite ( const SGUISpriteFrame firstFrame)
inline

Definition at line 49 of file IGUISpriteBank.h.

49  : frameTime(0)
50  {
51  Frames.push_back(firstFrame);
52  }
core::array< SGUISpriteFrame > Frames

Member Data Documentation

◆ Frames

core::array<SGUISpriteFrame> irr::gui::SGUISprite::Frames

Definition at line 54 of file IGUISpriteBank.h.

◆ frameTime

u32 irr::gui::SGUISprite::frameTime

Definition at line 55 of file IGUISpriteBank.h.


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