e2d::graphics::AnimationFrame Class Reference
List of all members.
Detailed Description
Every animation is composed of several frames, and this class represents these frames. It contains two public attributes only.
- Note:
- This class is defined in animmap.hpp
|
Public Attributes |
unsigned int | tile_index |
| index of picture
|
unsigned int | duration |
| duration of frame, in milliseconds
|