Legacy Documentation: Version 5.1
LanguageEnglish
  • C#
  • JS

Script language

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

AnimatorTransitionBase.AddCondition

Switch to Manual
public function AddCondition(mode: Animations.AnimatorConditionMode, threshold: float, parameter: string): void;

Parameters

mode The AnimatorCondition mode of the condition.
threshold The threshold value of the condition.
parameter The name of the parameter.

Description

Utility function to add a condition to a transition.

An example showing usage of this API can be found at the AnimatorController page.