- Unity 2020 By Example
- Robert Wells
- 111字
- 2021-06-11 17:57:19
Test your knowledge
Q1. You can easily find GameObject in code using…
A. Layers
B. Tags
C. Components
D. Integers
Q2. You can search the hierarchy for objects that contain specific component types by using a prefix of...
A. C
B. T
C. W
D. D
Q3. Static variables are always...
A. Shared across all instances of a class
B. Public
C. Reset on every new frame
D. The same
Q4. The main color for a Material is defined by the...
A. Normal channel
B. Detail channel
C. Albedo channel
D. Specular channel
Q5. The main scripting language for Unity is…
A. C#
B. JavaScript
C. UnityScript
D. C++
推薦閱讀
- 大話PLC(輕松動漫版)
- Java程序設(shè)計(jì)(慕課版)
- Mastering ServiceStack
- Apache Mesos Essentials
- Express Web Application Development
- Webpack實(shí)戰(zhàn):入門、進(jìn)階與調(diào)優(yōu)(第2版)
- Selenium WebDriver Practical Guide
- Xamarin Cross-Platform Development Cookbook
- PHP Microservices
- 從“1”開始3D編程
- Cinder:Begin Creative Coding
- Learning Yeoman
- .NET應(yīng)用架構(gòu)設(shè)計(jì):原則、模式與實(shí)踐
- 快速搞定Spring Boot+Vue全棧開發(fā)
- Mastering Rust