TDME2 1.9.121
Public Attributes | List of all members
AnimationState Struct Referencefinal

Animation state entity. More...

#include <tdme/engine/subsystems/rendering/AnimationState.h>

Collaboration diagram for AnimationState:
Collaboration graph

Public Attributes

AnimationSetupsetup { nullptr }
 
int64_t endAtTime { -1LL }
 
int64_t currentAtTime { -1LL }
 
int64_t lastAtTime { -1LL }
 
bool finished { true }
 
float time { -1LL }
 
float speed { 1.0f }
 

Detailed Description

Animation state entity.

Author
Andreas Drewke
Version
$Id$

Definition at line 14 of file AnimationState.h.

Member Data Documentation

◆ currentAtTime

int64_t currentAtTime { -1LL }

Definition at line 17 of file AnimationState.h.

◆ endAtTime

int64_t endAtTime { -1LL }

Definition at line 16 of file AnimationState.h.

◆ finished

bool finished { true }

Definition at line 19 of file AnimationState.h.

◆ lastAtTime

int64_t lastAtTime { -1LL }

Definition at line 18 of file AnimationState.h.

◆ setup

AnimationSetup* setup { nullptr }

Definition at line 15 of file AnimationState.h.

◆ speed

float speed { 1.0f }

Definition at line 21 of file AnimationState.h.

◆ time

float time { -1LL }

Definition at line 20 of file AnimationState.h.


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