手册
脚本 API
unity3d.com
Version:
2018.1
2021.1
2020.3
2020.2
2020.1
2019.4
2019.3
2019.2
2019.1
2018.4
2018.3
2018.2
2018.1
2017.4
2017.3
2017.2
2017.1
5.6
手册
脚本 API
语言:
中文
English
中文
日本語
Español
한국어
Русский
脚本 API
Version:
2018.1
2021.1
2020.3
2020.2
2020.1
2019.4
2019.3
2019.2
2019.1
2018.4
2018.3
2018.2
2018.1
2017.4
2017.3
2017.2
2017.1
5.6
AnimatorStateMachine
.AddEntryTransition
切换到手册
public
Animations.AnimatorTransition
AddEntryTransition
(
Animations.AnimatorState
destinationState
);
public
Animations.AnimatorTransition
AddEntryTransition
(
Animations.AnimatorStateMachine
destinationStateMachine
);
参数
destinationState
目标
AnimatorState
状态。
destinationStateMachine
目标
AnimatorStateMachine
状态机。
描述
Utility 函数,用于向其父状态机退出添加一个转入过渡。
所创建的过渡资源添加为该状态的子资源。
AnimatorController
页上有如何使用该 API 的示例。