AnimatorController.GetStateEffectiveBehaviours

Switch to Manual
public StateMachineBehaviour[] GetStateEffectiveBehaviours (Animations.AnimatorState state, int layerIndex);

Parameters

state要获取其 Behaviour 列表的 AnimatorState。
layerIndex所查询的层。

Description

获取 AnimatorState 的有效状态机行为列表。行为或者存储在 AnimatorStateMachine 中,或者存储在 AnimatorLayer 的重载中。使用此函数可获取有效使用的 Behaviour 列表。