Legacy Documentation: Version 5.0
Language: English
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

AnimatorController.SetStateEffectiveMotion

Switch to Manual
public function SetStateEffectiveMotion(state: Animations.AnimatorState, motion: Motion): void;
public function SetStateEffectiveMotion(state: Animations.AnimatorState, motion: Motion, layerIndex: int): void;

Parameters

stateThe AnimatorState which we want to set the Motion.
motionThe Motion that will be set.
layerIndexThe layer to set the Motion.

Description

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.