- Unity 2017 Game AI Programming(Third Edition)
- Ray Barrera Aung Sithu Kyaw Thet Naing Swe
- 247字
- 2021-07-02 19:14:15
Transitioning between states
You'll notice that upon creating our state, an arrow is created connecting the Entry state to it, and that its node is orange. Unity will automatically set default states to look orange to differentiate them from other states. When you only have one state, it is automatically selected as the default state, and as such, it is automatically connected to the entry state. You can manually select which state is the default state by right-clicking on it and then clicking on Set as Layer Default State. It will then become orange, and the entry state will automatically connect itself to it. The connecting arrow is a transition connector. Transition connectors allow us some control over how and when the transition occurs, but the connector from the entry state to the default state is unique in that it does not provide us with any options, since this transition happens automatically.
You can manually assign transitions between states by right-clicking on a state node and then selecting Make Transition. This will create a transition arrow from the state you selected to your mouse cursor. To select the destination of the transition, simply click on the destination node and that's it. Note that you cannot redirect the transitions though. We can only hope that the kind folks behind Unity add that functionality at a later point, but for now, you must remove a transition by selecting it and deleting it, and then assigning an all-new transition manually.
- 零基礎學Scratch少兒編程:小學課本中的Scratch創意編程
- Twilio Best Practices
- 微服務設計原理與架構
- Django Design Patterns and Best Practices
- Spring實戰(第5版)
- Python:Master the Art of Design Patterns
- Visual C#通用范例開發金典
- Terraform:多云、混合云環境下實現基礎設施即代碼(第2版)
- Geospatial Development By Example with Python
- Clojure for Java Developers
- 網絡數據采集技術:Java網絡爬蟲實戰
- 交互式程序設計(第2版)
- 零基礎學SQL(升級版)
- Test-Driven iOS Development with Swift
- C++服務器開發精髓