Version: 2021.3
언어: 한국어

AnimatorController.GetStateEffectiveMotion

매뉴얼로 전환
public Motion GetStateEffectiveMotion (Animations.AnimatorState state);
public Motion GetStateEffectiveMotion (Animations.AnimatorState state, int layerIndex);

파라미터

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

설명

Gets the effective Motion for the AnimatorState. The Motion is either stored in the AnimatorStateMachine or in the AnimatorLayer's ovverrides. Use this function to get the Motion that is effectively used.