AnimatorController.GetStateEffectiveBehaviours

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

Parámetros

stateThe AnimatorState which we want the Behaviour list.
layerIndexThe layer that is queried.

Descripción

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.