|
Rehti MMORPG
1.0.0
Rehti MMORPG is a free and open source MMORPG game.
|
#include <BasicTypes.hpp>

Public Member Functions | |
| bool | operator== (const AnimationConfig &other) const |
| bool | operator!= (const AnimationConfig &other) const |
Public Attributes | |
| glm::vec3 | animationDirection = glm::vec3(0.f, 0.f, -1.f) |
| AnimationType | animType |
| float | duration |
| bool | looping |
|
inline |
|
inline |
| glm::vec3 AnimationConfig::animationDirection = glm::vec3(0.f, 0.f, -1.f) |
| AnimationType AnimationConfig::animType |
| float AnimationConfig::duration |
| bool AnimationConfig::looping |