|
@@ -15,10 +15,6 @@ public class SkeletonAnimator : SkeletonRenderer, ISkeletonAnimation {
|
|
public enum MixMode { AlwaysMix, MixNext, SpineStyle }
|
|
public enum MixMode { AlwaysMix, MixNext, SpineStyle }
|
|
public MixMode[] layerMixModes = new MixMode[0];
|
|
public MixMode[] layerMixModes = new MixMode[0];
|
|
|
|
|
|
- public Skeleton GetSkeleton () {
|
|
|
|
- return this.skeleton;
|
|
|
|
-
|
|
|
|
- }
|
|
|
|
public event UpdateBonesDelegate UpdateLocal {
|
|
public event UpdateBonesDelegate UpdateLocal {
|
|
add { _UpdateLocal += value; }
|
|
add { _UpdateLocal += value; }
|
|
remove { _UpdateLocal -= value; }
|
|
remove { _UpdateLocal -= value; }
|
|
@@ -206,4 +202,4 @@ public class SkeletonAnimator : SkeletonRenderer, ISkeletonAnimation {
|
|
|
|
|
|
return clipNameHashCode;
|
|
return clipNameHashCode;
|
|
}
|
|
}
|
|
-}
|
|
|
|
|
|
+}
|