Version: 2017.2

AnimatorController.GetStateEffectiveMotion

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

Parámetros

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