This is the complete list of members for Urho3D::AnimationTrack, including all inherited members.
| AddKeyFrame(const KeyFrame &keyFrame) | Urho3D::KeyFrameSet< AnimationKeyFrame > | inline |
| channelMask_ | Urho3D::AnimationTrack | |
| GetKeyFrame(unsigned index) | Urho3D::KeyFrameSet< AnimationKeyFrame > | inline |
| GetKeyFrameIndex(float time, unsigned &index) const | Urho3D::KeyFrameSet< AnimationKeyFrame > | inline |
| GetKeyFrames(float time, float duration, bool isLooped, unsigned &frameIndex, unsigned &nextFrameIndex, float &blendFactor) const | Urho3D::KeyFrameSet< AnimationKeyFrame > | inline |
| GetNumKeyFrames() const | Urho3D::KeyFrameSet< AnimationKeyFrame > | inline |
| IsLooped(float positionThreshold=0.001f, float rotationThreshold=0.001f, float scaleThreshold=0.001f) const | Urho3D::AnimationTrack | |
| name_ | Urho3D::AnimationTrack | |
| nameHash_ | Urho3D::AnimationTrack | |
| positionWeight_ | Urho3D::AnimationTrack | |
| RemoveAllKeyFrames() | Urho3D::KeyFrameSet< AnimationKeyFrame > | inline |
| RemoveKeyFrame(unsigned index) | Urho3D::KeyFrameSet< AnimationKeyFrame > | inline |
| rotationWeight_ | Urho3D::AnimationTrack | |
| Sample(float time, float duration, bool isLooped, unsigned &frameIndex, Transform &transform) const | Urho3D::AnimationTrack | |
| scaleWeight_ | Urho3D::AnimationTrack | |
| SortKeyFrames() | Urho3D::KeyFrameSet< AnimationKeyFrame > | inline |