Version: 2020.2
언어: 한국어

AnimatorController.GetStateEffectiveBehaviours

매뉴얼로 전환
public StateMachineBehaviour[] GetStateEffectiveBehaviours (Animations.AnimatorState state, int layerIndex);

파라미터

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

설명

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.