|
@@ -317,6 +317,9 @@ Properties:
|
|
|
|
|
|
|
|
Methods:
|
|
Methods:
|
|
|
|
|
|
|
|
|
|
+- Animation() (GC)
|
|
|
|
|
+- Animation* new()
|
|
|
|
|
+- void delete()
|
|
|
- void SetAnimationName(const String name)
|
|
- void SetAnimationName(const String name)
|
|
|
- void SetLength(float length)
|
|
- void SetLength(float length)
|
|
|
- AnimationTrack* CreateTrack(const String name)
|
|
- AnimationTrack* CreateTrack(const String name)
|
|
@@ -327,6 +330,7 @@ Methods:
|
|
|
- void AddTrigger(float time, bool timeIsNormalized, const Variant& data)
|
|
- void AddTrigger(float time, bool timeIsNormalized, const Variant& data)
|
|
|
- void RemoveTrigger(unsigned index)
|
|
- void RemoveTrigger(unsigned index)
|
|
|
- void RemoveAllTriggers()
|
|
- void RemoveAllTriggers()
|
|
|
|
|
+- Animation* Clone(const String cloneName = String::EMPTY) const
|
|
|
- const String GetAnimationName() const
|
|
- const String GetAnimationName() const
|
|
|
- float GetLength() const
|
|
- float GetLength() const
|
|
|
- unsigned GetNumTracks() const
|
|
- unsigned GetNumTracks() const
|