public Motion GetStateEffectiveMotion (Animations.AnimatorState state);
public Motion GetStateEffectiveMotion (Animations.AnimatorState state, int layerIndex);

파라미터

stateThe AnimatorState which we want the Motion.
layerIndexThe 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.