AnimatorController.GetStateEffectiveMotion

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

Parameters

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

Description

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.