Legacy Documentation: Version 2018.2 (Go to current version)
LanguageEnglish
  • C#

AnimatorTransitionBase.AddCondition

public void AddCondition(Animations.AnimatorConditionMode mode, float threshold, string parameter);

Parameters

modeThe AnimatorCondition mode of the condition.
thresholdThe threshold value of the condition.
parameterThe 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.

对文档有任何疑问,请移步至开发者社区提问,我们将尽快为您解答