- 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++
推薦閱讀
- Python科學計算(第2版)
- Cocos2D-X權威指南(第2版)
- C語言程序設計
- UML+OOPC嵌入式C語言開發(fā)精講
- PostgreSQL 11從入門到精通(視頻教學版)
- Hands-On GPU:Accelerated Computer Vision with OpenCV and CUDA
- 零基礎學Python數(shù)據(jù)分析(升級版)
- Kali Linux Wireless Penetration Testing Beginner's Guide(Third Edition)
- 深入淺出RxJS
- 測試架構師修煉之道:從測試工程師到測試架構師
- 大數(shù)據(jù)時代的企業(yè)升級之道(全3冊)
- Python數(shù)據(jù)預處理技術與實踐
- PyTorch生成對抗網(wǎng)絡編程
- PHP從入門到精通(微視頻精編版)
- Visual C++實用教程