This version of Unity is unsupported.

AnimatorController.GetStateEffectiveBehaviours

Declaration

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

Parameters

state The AnimatorState which we want the Behaviour list.
layerIndex The layer that is queried.

Description

Gets the effective state machine behaviour list for the AnimatorState. Behaviours are either stored in the AnimatorStateMachine or in the AnimatorLayer's ovverrides. Use this function to get Behaviour list that is effectively used.