浏览代码

revert animancer文件修改

大爷 2 年之前
父节点
当前提交
5cd1b14c67
共有 1 个文件被更改,包括 2 次插入2 次删除
  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;
         }
 
         /************************************************************************************************************************/