RemoveTransition(AnimatorStateTransition)
Utility function to remove a transition from the state.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Method
- Namespace: UnityEditor.Animations
- Assembly: UnityEditor
public void RemoveTransition(AnimatorStateTransition transition)
Parameters
Transition to remove.
Remarks
If the transition is a sub asset of the state, it will be deleted. This function pushes an Undo operation.