Version: 2022.3
언어: 한국어
public void AddCondition (Animations.AnimatorConditionMode mode, float threshold, string parameter);

파라미터

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

설명

Utility function to add a condition to a transition.

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