Version: 2023.1
언어: 한국어
Method group is Obsolete

Animator.keepAnimatorControllerStateOnDisable

매뉴얼로 전환
Obsolete public bool keepAnimatorControllerStateOnDisable ;

설명

Controls the behaviour of the Animator component when a GameObject is disabled.

This property is obsolete, use Animator.keepAnimatorStateOnDisable instead.


Set to true to keep the current state of the Animator controller.
Set to false to clear the current state of the Animator controller.
The default value is false.


This property is serializable and can be saved in a Prefab.
This property applies to the AnimatorController associated with the Animator. This property does not affect AnimatorControllerPlayable.