Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


RemoveTransition(AnimatorStateTransition)

Utility function to remove a transition from the state.
Read time 1 minuteLast updated 4 days ago

Definition

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.