Legacy Documentation: Version 5.0
Language: English
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

AnimatorStateMachine.AddStateMachineExitTransition

Switch to Manual
public function AddStateMachineExitTransition(sourceStateMachine: Animations.AnimatorStateMachine): Animations.AnimatorTransition;

Parameters

sourceStateMachineThe source state machine.

Description

Utility function to add an outgoing transition from the source state machine to the exit of it's parent state machine.

The transition asset that is created is added as a sub asset of the state. This function pushes an Undo operation.