- 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.
推薦閱讀
- Mastering Adobe Captivate 2017(Fourth Edition)
- 程序員數(shù)學(xué):用Python學(xué)透線性代數(shù)和微積分
- PyTorch Artificial Intelligence Fundamentals
- Java程序設(shè)計與實踐教程(第2版)
- Responsive Web Design by Example
- 算法訓(xùn)練營:提高篇(全彩版)
- Learning Vaadin 7(Second Edition)
- Python語言實用教程
- AutoCAD 2009實訓(xùn)指導(dǎo)
- Spring+Spring MVC+MyBatis從零開始學(xué)
- .NET 4.5 Parallel Extensions Cookbook
- iOS Development with Xamarin Cookbook
- 系統(tǒng)分析師UML用例實戰(zhàn)
- 虛擬現(xiàn)實:引領(lǐng)未來的人機交互革命
- Java算法從菜鳥到達(dá)人