|
Rehti MMORPG
1.0.0
Rehti MMORPG is a free and open source MMORPG game.
|
Immutable animation data. Animations should be stored somewhere and requested when needed to be stored for a character. More...
#include <BasicTypes.hpp>

Public Attributes | |
| double | totalTicks |
| total ticks in the animation More... | |
| double | ticksPerSecond |
| ticks per second More... | |
| float | duration |
| duration of the animation in seconds More... | |
| std::vector< AnimationNode > | animationNodes |
| animation nodes More... | |
Immutable animation data. Animations should be stored somewhere and requested when needed to be stored for a character.
| std::vector<AnimationNode> Animation::animationNodes |
animation nodes
| float Animation::duration |
duration of the animation in seconds
| double Animation::ticksPerSecond |
ticks per second
| double Animation::totalTicks |
total ticks in the animation