Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetOutgoingTransitions()

Retrieves the transitions that originate from this state.
Read time 1 minuteLast updated 10 days ago

Definition

IEnumerable<ITransition> GetOutgoingTransitions()

Returns

Type

Description

IEnumerable<ITransition>An
IEnumerable
of the outgoing ITransitions.

Remarks

A self transition is anchored on both the incoming and outgoing side of its state, so it appears in the results of both IState.GetIncomingTransitions() and IState.GetOutgoingTransitions().