- Learning C# 7 By Developing Games with Unity 2017(Third Edition)
- Micael DaGra?a Greg Lukosek
- 86字
- 2021-07-02 19:59:39
Components that communicate using dot syntax
Our script has variables for holding data, and our script has methods to allow tasks to be performed. I now want to introduce the concept of communicating with other GameObjects and the components they contain. Communication between one component's GameObject and another component's GameObject using dot syntax is a vital part of scripting. It's what makes interaction possible. We need to communicate with other components or GameObjects to be able to use the variables and methods in other components.
推薦閱讀
- Advanced Quantitative Finance with C++
- Learning Python Web Penetration Testing
- Implementing Modern DevOps
- 區塊鏈架構與實現:Cosmos詳解
- Software Testing using Visual Studio 2012
- PHP 編程從入門到實踐
- 基于差分進化的優化方法及應用
- Internet of Things with the Arduino Yún
- Access 2010數據庫應用技術(第2版)
- Building Microservices with .NET Core
- 實戰Java高并發程序設計(第2版)
- 深入解析Java編譯器:源碼剖析與實例詳解
- Server Side development with Node.js and Koa.js Quick Start Guide
- MongoDB進階與實戰:微服務整合、性能優化、架構管理
- C#面向對象程序設計(微課版)