MyGUI 3.4.1
Public Member Functions | Data Fields
MyGUI::ImageIndexInfo Struct Reference

#include <MyGUI_ImageInfo.h>

Public Member Functions

 ImageIndexInfo (const std::string &_texture, const IntSize &_size, const float _rate, const std::vector< IntPoint > &_frames)
 

Data Fields

const std::string & texture
 
const IntSizesize
 
const float rate
 
const std::vector< IntPoint > & frames
 

Detailed Description

Definition at line 31 of file MyGUI_ImageInfo.h.

Constructor & Destructor Documentation

◆ ImageIndexInfo()

MyGUI::ImageIndexInfo::ImageIndexInfo ( const std::string &  _texture,
const IntSize _size,
const float  _rate,
const std::vector< IntPoint > &  _frames 
)
inline

Definition at line 34 of file MyGUI_ImageInfo.h.

Field Documentation

◆ frames

const std::vector<IntPoint>& MyGUI::ImageIndexInfo::frames

Definition at line 46 of file MyGUI_ImageInfo.h.

◆ rate

const float MyGUI::ImageIndexInfo::rate

Definition at line 45 of file MyGUI_ImageInfo.h.

◆ size

const IntSize& MyGUI::ImageIndexInfo::size

Definition at line 44 of file MyGUI_ImageInfo.h.

◆ texture

const std::string& MyGUI::ImageIndexInfo::texture

Definition at line 43 of file MyGUI_ImageInfo.h.


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