mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-03-26 22:49:01 +08:00
[unity] Autoreset by default for SkeletonAnimator.
This commit is contained in:
parent
4e8cc0f79c
commit
2ad6fd1280
@ -40,7 +40,7 @@ namespace Spine.Unity {
|
|||||||
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 bool autoReset = false;
|
public bool autoReset = true;
|
||||||
List<Animation> previousAnimations = new List<Animation>();
|
List<Animation> previousAnimations = new List<Animation>();
|
||||||
|
|
||||||
#region Bone Callbacks (ISkeletonAnimation)
|
#region Bone Callbacks (ISkeletonAnimation)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user