sourceStateMachine | ソース元のステートマシン |
destinationStateMachine | 遷移先ステートマシン。 |
destinationState | 遷移先ステート。 |
AnimatorTransition 作成された AnimatorTransition トランジション
ソースのステートマシンから遷移先へ outgoing (出て行く)トランジションを追加するユーティリティ関数です。
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.