AnimatorController.GetStateEffectiveMotion

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

Parámetros

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

Descripción

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.