This version of Unity is unsupported.

AnimatorController.GetStateEffectiveMotion

Declaration

public Motion GetStateEffectiveMotion(Animations.AnimatorState state);

Declaration

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

Parameters

state The AnimatorState which we want the Motion.
layerIndex The 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.