|
Urho3D
|
Animation instance per-track data. More...
#include </home/runner/work/urho3d-doxygen.github.io/urho3d-doxygen.github.io/urho3d_repo/Source/Urho3D/Graphics/AnimationState.h>
Public Member Functions | |
| AnimationStateTrack () | |
| Construct with defaults. | |
| ~AnimationStateTrack () | |
| Destruct. | |
Public Attributes | |
| const AnimationTrack * | track_ |
| Animation track. | |
| Bone * | bone_ |
| Bone pointer. | |
| WeakPtr< Node > | node_ |
| Scene node pointer. | |
| float | weight_ |
| Blending weight. | |
| i32 | keyFrame_ |
| Last key frame. | |
Animation instance per-track data.