MyGUI 3.4.2
|
#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 IntSize & | size |
const float | rate |
const std::vector< IntPoint > & | frames |
Definition at line 31 of file MyGUI_ImageInfo.h.
|
inline |
Definition at line 34 of file MyGUI_ImageInfo.h.
Definition at line 46 of file MyGUI_ImageInfo.h.
Definition at line 45 of file MyGUI_ImageInfo.h.
Definition at line 44 of file MyGUI_ImageInfo.h.
const std::string& MyGUI::ImageIndexInfo::texture |
Definition at line 43 of file MyGUI_ImageInfo.h.