
上QQ阅读APP看书,第一时间看更新
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++