- Unity 2017 Game AI Programming(Third Edition)
- Ray Barrera Aung Sithu Kyaw Thet Naing Swe
- 96字
- 2021-07-02 19:14:15
The animation controller inspector
The animation controller inspector is slightly different from the regular inspector found throughout Unity. While the regular inspector allows you to add components to the game objects, the animation controller inspector has a button labeled Add Behaviour, which allows you to add a StateMachineBehaviour to it. This is the main distinction between the two types of inspectors, but apart from this, it will display the serialized information for any selected state, substate, transition, or blend tree, just as the regular inspector displays the data for the selected game object and its components.
推薦閱讀
- OpenStack Cloud Computing Cookbook(Third Edition)
- C++ Primer習題集(第5版)
- TypeScript Essentials
- Node.js 10實戰
- Getting Started with LLVM Core Libraries
- Extending Puppet(Second Edition)
- Java高并發核心編程(卷1):NIO、Netty、Redis、ZooKeeper
- Python爬蟲、數據分析與可視化:工具詳解與案例實戰
- 軟件工程基礎與實訓教程
- Python從入門到精通(第3版)
- PhoneGap 4 Mobile Application Development Cookbook
- 高效使用Greenplum:入門、進階與數據中臺
- 虛擬現實建模與編程(SketchUp+OSG開發技術)
- Test-Driven Java Development(Second Edition)
- Python3從入門到實戰