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

Immutable animation data. Animations should be stored somewhere and requested when needed to be stored for a character. More...

#include <BasicTypes.hpp>

Collaboration diagram for Animation:
Collaboration graph

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< AnimationNodeanimationNodes
 animation nodes More...
 

Detailed Description

Immutable animation data. Animations should be stored somewhere and requested when needed to be stored for a character.

Member Data Documentation

◆ animationNodes

std::vector<AnimationNode> Animation::animationNodes

animation nodes

◆ duration

float Animation::duration

duration of the animation in seconds

◆ ticksPerSecond

double Animation::ticksPerSecond

ticks per second

◆ totalTicks

double Animation::totalTicks

total ticks in the animation


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