Urho3D
Public Member Functions | Public Attributes
Urho3D::AnimationControl Struct Reference

Control data for an animation. More...

#include <AnimationController.h>

List of all members.

Public Member Functions

 AnimationControl ()
 Construct with defaults.

Public Attributes

StringHash hash_
 Animation resource name hash.
float speed_
 Animation speed.
float targetWeight_
 Animation target weight.
float fadeTime_
 Animation weight fade time, 0 if no fade.
float autoFadeTime_
 Animation autofade on stop -time, 0 if disabled.
float setTimeTtl_
 Set time command time-to-live.
float setWeightTtl_
 Set weight command time-to-live.
unsigned short setTime_
 Set time command.
unsigned char setWeight_
 Set weight command.
unsigned char setTimeRev_
 Set time command revision.
unsigned char setWeightRev_
 Set weight command revision.

Detailed Description

Control data for an animation.


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