單項選擇題判斷一個游戲?qū)ο笫欠駷殪o態(tài)物體的屬性是()。

A.isStatic
B.activeSelf
C.static
D.active


您可能感興趣的試卷

你可能感興趣的試題

1.單項選擇題GameObject.Instantiate的方法作用是()。

A.只能克隆游戲?qū)ο?br /> B.只能克隆組件
C.克隆Unity3D中的對象
D.克隆數(shù)組

2.單項選擇題假如一個GameObject上有一個腳本,怎樣直接刪除這個腳本。()

A.this.RemoveComponent<>()
B.Object.Destroy()
C.Object.DestroyComponent
D.this.Remove()

3.單項選擇題下面GameObject的哪一個方法可以用來顯示隱藏對象。()

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

4.單項選擇題unity3D引擎中,不能用GameObject點出來的方法是()。

A.Findto
B.FindGameObjectWithTag
C.FindGameObjectsWithTag
D.Find

5.單項選擇題GameObject.CompareTag()能使用的參數(shù)類型是()。

A.double
B.float
C.string
D.class