소스 검색

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;
         }
 
         /************************************************************************************************************************/