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.SetStateMachineTransitions

Switch to Manual
public function SetStateMachineTransitions(sourceStateMachine: Animations.AnimatorStateMachine, transitions: AnimatorTransition[]): void;

Parameters

stateMachineThe source state machine.
transitionsThe outgoing transitions.

Description

Sets the list of all outgoing state machine transitions from given state machine.