Version: 2023.2
Method group is Obsolete

Animator.keepAnimatorControllerStateOnDisable

切换到手册
Obsolete public bool keepAnimatorControllerStateOnDisable ;

描述

在 GameObject 处于禁用状态时控制动画器组件的行为。

This property is obsolete, use Animator.keepAnimatorStateOnDisable instead.


设置为 true 保持动画控制器的当前状态。\ 设置为 false 清除动画控制器的当前状态。\ 默认值为 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.