Version: 2018.2
public Animations.AnimatorTransition AddEntryTransition (Animations.AnimatorState destinationState);
public Animations.AnimatorTransition AddEntryTransition (Animations.AnimatorStateMachine destinationStateMachine);

パラメーター

destinationState遷移先の AnimatorState ステート
destinationStateMachine遷移先の AnimatorStateMachine ステートマシン

説明

親ステートマシンの Exit に incoming (入って来る) トランジションを追加するユーティリティ関数です。

The transition asset that is created is added as a sub asset of the state.
An example showing usage of this API can be found at the AnimatorController page.