浏览代码

Merge branch 'master' of http://47.122.5.112:3000/mojito/StarEscort

johnclot69 1 年之前
父节点
当前提交
e3b58cb147
共有 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>
         /// </remarks>
         public bool StopOnDisable
         public bool StopOnDisable
         {
         {
-            get => !_Animator.keepAnimatorStateOnDisable;
-            set => _Animator.keepAnimatorStateOnDisable = !value;
+            get => !_Animator.keepAnimatorControllerStateOnDisable;
+            set => _Animator.keepAnimatorControllerStateOnDisable = !value;
         }
         }
 
 
         /************************************************************************************************************************/
         /************************************************************************************************************************/