|
@@ -2726,6 +2726,8 @@ Methods:
|
|
|
- void AddTrigger(const AnimationTriggerPoint&)
|
|
- void AddTrigger(const AnimationTriggerPoint&)
|
|
|
- void AddTrigger(float, bool, const Variant&)
|
|
- void AddTrigger(float, bool, const Variant&)
|
|
|
- AnimationTrack@ CreateTrack(const String&)
|
|
- AnimationTrack@ CreateTrack(const String&)
|
|
|
|
|
+- AnimationTrack@ GetTrack(StringHash)
|
|
|
|
|
+- AnimationTrack@ GetTrack(const String&)
|
|
|
- bool HasSubscribedToEvent(Object@, const String&)
|
|
- bool HasSubscribedToEvent(Object@, const String&)
|
|
|
- bool HasSubscribedToEvent(const String&)
|
|
- bool HasSubscribedToEvent(const String&)
|
|
|
- bool Load(File@)
|
|
- bool Load(File@)
|
|
@@ -2748,7 +2750,7 @@ Properties:
|
|
|
- uint numTracks // readonly
|
|
- uint numTracks // readonly
|
|
|
- uint numTriggers
|
|
- uint numTriggers
|
|
|
- int refs // readonly
|
|
- int refs // readonly
|
|
|
-- AnimationTrack@[] tracks // readonly
|
|
|
|
|
|
|
+- String[]@ trackNames // readonly
|
|
|
- AnimationTriggerPoint[] triggers
|
|
- AnimationTriggerPoint[] triggers
|
|
|
- StringHash type // readonly
|
|
- StringHash type // readonly
|
|
|
- String typeName // readonly
|
|
- String typeName // readonly
|
|
@@ -2907,7 +2909,6 @@ Properties:
|
|
|
|
|
|
|
|
- Animation@ animation // readonly
|
|
- Animation@ animation // readonly
|
|
|
- AnimationBlendMode blendMode
|
|
- AnimationBlendMode blendMode
|
|
|
-- float[] boneWeights
|
|
|
|
|
- bool enabled // readonly
|
|
- bool enabled // readonly
|
|
|
- uint8 layer
|
|
- uint8 layer
|
|
|
- float length // readonly
|
|
- float length // readonly
|