当前位置:网站首页>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
边栏推荐
- Deep learning two or three things - review those classical convolutional neural networks
- Deep analysis of data storage in memory
- Log in to the server using the fortress machine (springboard machine)
- The shortest distance of Y axis of 2D plane polyline
- Reptile learning - Overview
- Anaconda install pytorch
- Error when using PIP: pip is configured with locations that requires tls/ssl
- There are two tables in Oracle, a and B. these two tables need to be associated with the third table C. how to update the field MJ1 in table a to the value MJ2 in table B
- DevOps随笔
- About using the alignment function of VMD
猜你喜欢
![[sklearn] RF cross validation out of bag data parameter learning curve grid search](/img/1f/936e4fe42ed97de2c3caa3f025744d.png)
[sklearn] RF cross validation out of bag data parameter learning curve grid search

Facing Tencent (actual combat) - Test Development - detailed explanation of interns (face experience)

Advanced part of C language VI. file operation

Introduction to C language I. branch and loop statements

Source code analysis of Nacos configuration center

【Pytorch】Dataset_ DataLoader

Postman extracts the token parameter value in the response header and sets it as an environment variable, with code attached

Injectfix principle learning (to realize the heat of repair addition)

Influxdb unauthorized access & CouchDB permission bypass

Mutual implementation of stack and queue (c)
随机推荐
System integration project management engineer (soft test intermediate) key knowledge, recitation version
Selenium basic knowledge paging processing
Appium doctor command error pit - resolved
JS_ Realize the separation of multiple lines of text into an array according to the newline
UNI-APP_ Playback and pause of background music of applet or H5 page
Jenkins detailed deployment
About how to set colored fonts on the terminal
XSS vulnerability learning
Vulnhub DC1
Installation and use of Zen path & defect report & defect operation
爬虫学习-概述
C language file operation
Mutual implementation of stack and queue (c)
hcip第八天笔记
Introduction to C language I. branch and loop statements
Selenium basic knowledge automatically login Baidu online disk
Deep learning two or three things - review those classical convolutional neural networks
C language advanced part II Pointer
【sklearn】tree.DecisionTreeClassifier
Oauth2==sso three protocols. Oauth2 four modes