Urho3D::AnimationStateTrack Struct Reference

Animation instance per-track data. More...

#include <Urho3D/Graphics/AnimationState.h>

Collaboration diagram for Urho3D::AnimationStateTrack:
[legend]

Public Member Functions

 AnimationStateTrack ()
 Construct with defaults.
 
 ~AnimationStateTrack ()
 Destruct.
 

Public Attributes

const AnimationTracktrack_
 Animation track.
 
Bonebone_
 Bone pointer.
 
WeakPtr< Nodenode_
 Scene node pointer.
 
float weight_
 Blending weight.
 
unsigned keyFrame_
 Last key frame.
 

Detailed Description

Animation instance per-track data.


The documentation for this struct was generated from the following files:
  • Source/Urho3D/Graphics/AnimationState.h
  • Source/Urho3D/Graphics/AnimationState.cpp