Urho3D
|
Control data for an animation. @nocount. More...
#include </home/runner/work/urho3d-doxygen.github.io/urho3d-doxygen.github.io/urho3d_repo/Source/Urho3D/Graphics/AnimationController.h>
Public Member Functions | |
AnimationControl () | |
Construct with defaults. | |
Public Attributes | |
String | name_ |
Animation resource name. | |
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. | |
bool | removeOnCompletion_ |
Sets whether this should automatically be removed when it finishes playing. | |
Control data for an animation. @nocount.