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.

AnimatorTransitionBase.RemoveCondition

Switch to Manual
public function RemoveCondition(condition: Animations.AnimatorCondition): void;

Parameters

conditionThe condition to remove.

Description

Utility function to remove a condition from the transition.

This functions pushes an Undo operation.