Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

AnimatorControllerLayer.SetOverrideMotion

Declaration

public void SetOverrideMotion(Animations.AnimatorState state, Motion motion);

Parameters

state The state which we want to set the motion.
motion The motion that will be set.

Description

Sets the override motion for the state on the given layer.