Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

AnimatorState.RemoveTransition

Declaration

public void RemoveTransition(Animations.AnimatorStateTransition transition);

Parameters

transition Transition to remove.

Description

Utility function to remove a transition from the state.

If the transition is a sub asset of the state, it will be deleted. This function pushes an Undo operation.