Version: 2017.2

AnimatorController.SetStateEffectiveMotion

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

Parámetros

state The AnimatorState which we want to set the Motion.
motion The Motion that will be set.
layerIndex The layer to set the Motion.

Descripción

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.