public void SetStateEffectiveMotion (Animations.AnimatorState state, Motion motion);
public void SetStateEffectiveMotion (Animations.AnimatorState state, Motion motion, int layerIndex);

파라미터

stateThe AnimatorState which we want to set the Motion.
motionThe Motion that will be set.
layerIndexThe layer to set the Motion.

설명

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