|
MyGUI 3.4.3
|
#include <MyGUI_ImageInfo.h>
Public Member Functions | |
| ImageIndexInfo (std::string_view _texture, const IntSize &_size, const float _rate, const std::vector< IntPoint > &_frames) | |
Data Fields | |
| std::string_view | texture |
| const IntSize & | size |
| const float | rate |
| const std::vector< IntPoint > & | frames |
Definition at line 24 of file MyGUI_ImageInfo.h.
|
inline |
Definition at line 27 of file MyGUI_ImageInfo.h.
Definition at line 43 of file MyGUI_ImageInfo.h.
Definition at line 42 of file MyGUI_ImageInfo.h.
Definition at line 41 of file MyGUI_ImageInfo.h.
| std::string_view MyGUI::ImageIndexInfo::texture |
Definition at line 40 of file MyGUI_ImageInfo.h.