当前位置:网站首页>Have you seen the interview questions of VR major? Trust me, it's absolutely useful
Have you seen the interview questions of VR major? Trust me, it's absolutely useful
2022-07-24 07:44:00 【Glunn】
One 、 Theoretical questions
1. ask :unity What are the basic functions commonly used in the script life cycle ?
answer :Awake --> Start --> OnEnable --> Update --> FixedUpdate --> LateUpdate -->OnGUI --> OnDisable -->OnDestroy.
2. ask :unity How to realize the function of script ?
answer : Attaching a custom script to an object object constitutes a behavior .
3. ask :unity API What are the components of
answer : Properties and methods
4. ask : What method does the camera work in ?
answer :LateUpdate .
5. ask : What function is the physical control mainly placed in ?
answer :FixedUpdate .
6. ask : What is a script ?
answer : A script is a set of executable line by line text commands ..
7. ask : What is? unity API?
answer :unity Script interface provided by engine .
8. ask : What is? API Properties of the interface ?
answer :API Characteristics and characteristic description of the interface .
9. ask : What is? API Methods ?
answer : Behavior of objects
10. ask : How to add scripts to objects ?
answer : stay project Select script in the panel , Then drag it to the object you want to add .
11. ask : How to exit the application ?
answer : Use Application Class Quit Method .
12. ask : How to start from the scene A Switch to the scene B?
answer : Scene A Use SceneManager.LoadScene Method to load the scene B.
13. ask : How to judge whether the game object is active ?
answer : Use GameObject.active attribute
14. ask : How to get the resolution of the screen ?
answer : Use... In scripts Screen.currentResolution Method to obtain the resolution of the current screen .
15. ask : How to get the number of sub objects of an object ?
answer : Use Transform.childCount Method .
16. ask : How to rotate objects ?
answer : Use Transform.Rotate Method ..
17. ask : How to find objects with specified names in the scene ?
answer : Use GameObject.Find Method
18. ask : How to start a collaborative program ?
answer : use StartCoroutine Method .
19. ask : How to get keyboard key messages ?
answer : use Input.GetKey Method .
***
20. ask : How to destroy a UnityEngine.Object And its subclasses ?
answer : Use Destroy() Method .
21. ask : The property panel does not show how the variables declared in the script should be modified ?
answer : Change the variable declaration permission in the script to public.
***
22. stay Update Method to start a collaborative program , Why is it repeated
answer :Update The method is to execute once per frame , Each frame will start a collaborative program .
23. In the scene, the persona can pass through the wall , How to deal with ?
answer : Add collision bodies to walls and personas
24. Both objects in the scene have Collider Components , But how to deal with it without collision effect ?
answer : Confirm the Collider Component's is Trigger Property is not checked .
25. The way to start the process is ?
answer :StartCoroutine();
26. The way to stop the process is ?
answer :StopCoroutine();
27. Method OnDestroy() When to call ?
answer : Use when the script is destroyed
28. Method OnDisable() When to use ?
answer : When scripts are disabled
29.unity The statement that outputs data on the console in is ?
answer :Debug.Log();
30. How to get the coordinates of the mouse ?
answer :Input.mousePosition
Two 、 Industry questions
31.C# Which company's high-level programming language ?
answer : Microsoft
32.U3D What are the common code development tools ?
answer :Visual Studio and MonoDevelop
33.U3D Self contained UI What kind is it UI?
answer :OnGUI
34. What is? U3D Development Engineer ??
answer : utilize unity The engine develops applications that can run on multiple platforms
35. ask : Please list 2016 Published in VR Hardware products (3 paragraph )?
answer :HTC vive Pico Storm mirror 4 Dapeng glasses PSVR
36. ask : Please list about VR Portal for (3 individual )?
answer : Sina VR tencent VR VR The home of 87870
37.Unity What are the scripting languages ?
answer :C# script and JavaScript
38. list 2016 year vr Top several in the industry ( At least three )
answer :vr game 、vr The movie 、vr Live video 、vr Online retailers 、vr Medical care
39. ask : Please list 2016 Published in VR Hardware products (3 paragraph )?
answer :HTC vive Pico Storm mirror 4 Dapeng glasses PSVR
40. Which year is called VR First year ?
answer :2016 year
边栏推荐
- hcip第九天笔记
- stdafx. H introduction and function
- Advanced part 5 of C language. Dynamic memory management
- About the solution of thinking that you download torch as a GPU version, but the result is really a CPU version
- [Huawei] Huawei machine test question-105
- 从零开始C语言精讲篇3:函数
- The difference between get and post
- Introduction to C language
- 基于VSCode聊聊编译器那些事儿
- 2021-06-03pip error valueerror: unable to find resource t64.exe in package pip_ vendor.distlib
猜你喜欢

Devops essay

Using bidirectional linked list to realize stack (c)
![2022-07-23: given n items, each item has weight (w[i]) and value (v[i]), only two items can be selected at most, and the weight does not exceed bag. What is the maximum return value? N <= 10^5, w[i] <](/img/f4/ba2706e93f042dd8b110fac0d873c8.png)
2022-07-23: given n items, each item has weight (w[i]) and value (v[i]), only two items can be selected at most, and the weight does not exceed bag. What is the maximum return value? N <= 10^5, w[i] <

系统集成项目管理工程师(软考中级)重点知识、背诵版

Selenium basic knowledge debugging method

Harbor2.2 quick check of user role permissions

服务漏洞&FTP&RDP&SSH&rsync

About the solution of thinking that you download torch as a GPU version, but the result is really a CPU version

DOM operation of JS -- style operation

Hcip day 8 notes
随机推荐
【sklearn】PCA
Hcip day 10 notes
Laplace distribution
Influxdb未授权访问&CouchDB权限绕过
Simple installation of sqli Labs
C language file operation
Deep learning two or three things - review those classical convolutional neural networks
【sklearn】tree.DecisionTreeClassifier
Error when using PIP: pip is configured with locations that requires tls/ssl
Problems encountered in inserting large quantities of data into the database in the project
[steering wheel] code review ability of idea to ensure code quality
25. Message subscription and publishing - PubSub JS
Selenium basic knowledge debugging method
PHP escape string
24. Global event bus
System integration project management engineer (soft test intermediate) key knowledge, recitation version
觉维设计响应式布局
Log in to the server using the fortress machine (springboard machine)
Use JMeter to analyze and test the lottery probability of the lottery interface
[sklearn] data preprocessing