This version of Unity is unsupported.

AnimatorTransitionBase.RemoveCondition

public void RemoveCondition(Animations.AnimatorCondition condition);

Parameters

conditionThe condition to remove.

Description

Utility function to remove a condition from the transition.

This functions pushes an Undo operation.