皮皮学,免费搜题
登录
搜题
【简答题】
肉芽组织(核心)
拍照语音搜题,微信中搜索"皮皮学"使用
参考答案:
参考解析:
知识点:
.
..
皮皮学刷刷变学霸
举一反三
【单选题】以下程序中使用了transform对象的哪个成员变量: void Update() { float tiltAroundZ = Input.GetAxis("Horizontal") * tiltAngle; float tiltAroundX = Input.GetAxis("Vertical") * tiltAngle; Quaternion target = Quaternion.Euler...
A.
rotation
B.
tiltAngle
C.
target
D.
deltaTime
【简答题】设 y 为 float 型变量,执行表达式 y=3/2 后, y 的值为 。
【简答题】以下程序中使用了transform对象的哪个成员变量:void Update() { float tiltAroundZ = Input.GetAxis("Horizontal") * tiltAngle; float tiltAroundX = Input.GetAxis("Vertical") * tiltAngle; Quaternion targe...
【单选题】当外界空气露点低于舱内气温时,应进行( )。
A.
排气通风
B.
循环通风
C.
只能干燥通风
D.
无法确定通风方式
【简答题】设 y 为 float 型变量,执行表达式 y=6/5 后的值是_______。
【简答题】以下程序中使用了newParent对象的哪个成员变量: public void SetParent( Object newParent ) { //Makes the Object "newParent" the parent of the Object "player". player.transform.parent = newParent.transform; //...
【简答题】以下程序中使用了Vector3对象的哪些成员变量: void Update() { // Rotate the object around its local X axis at 1 degree per second transform.Rotate(Vector3.right * Time.deltaTime); // ...also rotate around the World'...
【单选题】当外界空气露点低于舱内气温时,应进行 。
A.
.排气通风
B.
.循环通风
C.
.旺盛通风
D.
.无法确定通风方式
【简答题】设a为int型变量,则执行表达式a=36/5%3后,a的值为
【简答题】以下程序中使用了transform对象的哪个成员函数: void Update() { // Rotate the object around its local X axis at 1 degree per second transform.Rotate(Vector3.right * Time.deltaTime); // ...also rotate around the Worl...
相关题目: