Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


RemoveEntryTransition(AnimatorTransition)

Utility function to remove an entry transition from the state machine.
Read time 1 minuteLast updated 12 days ago

Definition

public bool RemoveEntryTransition(AnimatorTransition transition)

Parameters

The transition to remove.

Returns

Type

Description

bool

Remarks

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