A.顯示2D圖像
B.顯示3D模型
C.隱藏3D模型
D.顯示動(dòng)畫效果
您可能感興趣的試卷
你可能感興趣的試題
A.2D和3D
B.Screen Space -Overlay、Screen Space -Camera、World Space
C.Orthographic和Perspective
D.Transparent和Opaque
A.Physics.CheckSphere ()
B.Physics.Raycast ()
C.Physics.SphereCast ()
D.Physics.CheckBox ()
A.GetComponent<Collider>().enabled =false;
B.GetComponent<Collider>().isTrigger =false;
C.GetComponent<Collider>().material =null;
D.GetComponent<Collider>().size =new Vector3(0,0,0);
A.GetComponent<Collider>().enabled =true;
B.GetComponent<Collider>().isTrigger =true;
C.GetComponent<Collider>().material =new PhysicMaterial ();
D.GetComponent<Collider>().size =new Vector3(1,1,1);
A.OnCollisionEnter (Collider other)
B.OnTriggerEnter (Collider other)
C.OnCollisionStay (Collider other)
D.OnTriggerStay (Collider other)
最新試題
在Unity中,可以使用Delete()方法來銷毀GameObject對(duì)象。
在Unity中,使用EventSystem.current.IsPointerOverGameObject()可以檢測(cè)鼠標(biāo)是否在某個(gè)3D物體上。
在Unity中檢測(cè)觸發(fā)器碰撞的函數(shù)OnTriggerEnter執(zhí)行時(shí),在物體進(jìn)入觸發(fā)器時(shí)一直觸發(fā)。
在Unity中,使用Input.inputString可以獲取鍵盤輸入的字符。
在Unity中,使用Input.mousePosition.y可以獲取鼠標(biāo)在屏幕上的y坐標(biāo)。
在Unity中,使用Input.GetButtonDown("Fire1")可以檢測(cè)玩家是否按下了“Fire1”鍵。
在Unity中,使用Input.GetMouseButton(0)可以檢測(cè)鼠標(biāo)左鍵是否正在被按住。
在Unity中,GameObject對(duì)象的位置、旋轉(zhuǎn)和縮放可以通過代碼來控制。
Unity中的Transform組件的right屬性表示的是游戲?qū)ο螅ǎ┑姆较颉?/p>
在Unity中,使用collision.relativeVelocity可以獲取碰撞發(fā)生時(shí)的相對(duì)速度。