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

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


您可能感興趣的試卷

你可能感興趣的試題

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

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

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

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

3.單項(xiàng)選擇題下面GameObject的哪一個(gè)方法可以用來(lái)顯示隱藏對(duì)象。()

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

4.單項(xiàng)選擇題unity3D引擎中,不能用GameObject點(diǎn)出來(lái)的方法是()。

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

5.單項(xiàng)選擇題GameObject.CompareTag()能使用的參數(shù)類(lèi)型是()。

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