Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetOutgoingTransitions()

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

Definition

public 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 State.GetIncomingTransitions and State.GetOutgoingTransitions.