#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 41 of file MyGUI_ImageInfo.h.
MyGUI::ImageIndexInfo::ImageIndexInfo | ( | const std::string & | _texture, | |
const IntSize & | _size, | |||
const float | _rate, | |||
const std::vector< IntPoint > & | _frames | |||
) | [inline] |
Definition at line 43 of file MyGUI_ImageInfo.h.
const std::vector<IntPoint>& MyGUI::ImageIndexInfo::frames |
Definition at line 59 of file MyGUI_ImageInfo.h.
const float MyGUI::ImageIndexInfo::rate |
Definition at line 58 of file MyGUI_ImageInfo.h.
Definition at line 57 of file MyGUI_ImageInfo.h.
const std::string& MyGUI::ImageIndexInfo::texture |
Definition at line 56 of file MyGUI_ImageInfo.h.