Rehti MMORPG  1.0.0
Rehti MMORPG is a free and open source MMORPG game.
AnimationConfig Struct Reference

#include <BasicTypes.hpp>

Collaboration diagram for AnimationConfig:
Collaboration graph

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
 

Member Function Documentation

◆ operator!=()

bool AnimationConfig::operator!= ( const AnimationConfig other) const
inline

◆ operator==()

bool AnimationConfig::operator== ( const AnimationConfig other) const
inline

Member Data Documentation

◆ animationDirection

glm::vec3 AnimationConfig::animationDirection = glm::vec3(0.f, 0.f, -1.f)

◆ animType

AnimationType AnimationConfig::animType

◆ duration

float AnimationConfig::duration

◆ looping

bool AnimationConfig::looping

The documentation for this struct was generated from the following file: