單項(xiàng)選擇題使用unity3D引擎過程中,GameObject對(duì)象不包括的方法是哪一個(gè)。()

A.AddComponent
B.CompareTag
C.SetActive
D.GetChild


您可能感興趣的試卷

你可能感興趣的試題

1.單項(xiàng)選擇題使用unity3D引擎過程中,我們可以通過下面的那句代碼為對(duì)象添加組件。()

A.BroadcastMessage
B.GetComponents
C.GetComponentsInChildren
D.AddComponent

2.單項(xiàng)選擇題使用unity3D引擎過程中,下面GameObject的哪一個(gè)方法可以用來顯示隱藏對(duì)象。()

A.CompareTag
B.SetActive
C.GetComponentsInChildren
D.SendMessage

4.單項(xiàng)選擇題使用unity3D引擎過程中,從下面選項(xiàng)中選出來,獲取組件的泛型方法是()。

A.GetComponent<T>()
B.GetComponent()
C.AddComponent()
D.AddComponent<T>()

5.單項(xiàng)選擇題使用unity3D引擎過程中,通過那個(gè)屬性可以獲取屏幕的高寬比。()

A.Camera.aspect
B.Camera.main
C.Camera.fieldOfView
D.Camera.farClipPlane