Version: 2022.2
언어: 한국어

AnimatorStateMachine.AddStateMachineExitTransition

매뉴얼로 전환
public Animations.AnimatorTransition AddStateMachineExitTransition (Animations.AnimatorStateMachine sourceStateMachine);

파라미터

sourceStateMachine The source state machine.

설명

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.