單項選擇題使用unity3D引擎過程中,下面GameObject的哪一個方法可以用來顯示隱藏對象。()

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


您可能感興趣的試卷

你可能感興趣的試題

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

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