|
@@ -186,8 +186,12 @@ public:
|
|
|
/// Set all animation tracks.
|
|
/// Set all animation tracks.
|
|
|
void SetTracks(const Vector<AnimationTrack>& tracks);
|
|
void SetTracks(const Vector<AnimationTrack>& tracks);
|
|
|
|
|
|
|
|
|
|
+ /// Return position of an animation track's keyframe at index.
|
|
|
|
|
+ Vector3 GetKeyFramePositionAtIndex(const String& name, unsigned keyIndex);
|
|
|
|
|
+
|
|
|
// ATOMIC END
|
|
// ATOMIC END
|
|
|
|
|
|
|
|
|
|
+
|
|
|
private:
|
|
private:
|
|
|
/// Animation name.
|
|
/// Animation name.
|
|
|
String animationName_;
|
|
String animationName_;
|