Explorar el Código

revert animancer文件修改

大爷 hace 1 año
padre
commit
5cd1b14c67
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      Unity/Assets/Plugins/Animancer/Internal/Core/SoloAnimation.cs

+ 2 - 2
Unity/Assets/Plugins/Animancer/Internal/Core/SoloAnimation.cs

@@ -88,8 +88,8 @@ namespace Animancer
         /// </remarks>
         public bool StopOnDisable
         {
-            get => !_Animator.keepAnimatorStateOnDisable;
-            set => _Animator.keepAnimatorStateOnDisable = !value;
+            get => !_Animator.keepAnimatorControllerStateOnDisable;
+            set => _Animator.keepAnimatorControllerStateOnDisable = !value;
         }
 
         /************************************************************************************************************************/