單項(xiàng)選擇題使物體表面形成風(fēng)化腐蝕效果的貼圖類型是()

A.凹痕
B.漸變
C.潑濺
D.衰減


您可能感興趣的試卷

你可能感興趣的試題

1.單項(xiàng)選擇題LeapMotion的核心腳本是()

A.HandController
B.GameController
C.Controller
D.FingerController

2.單項(xiàng)選擇題unity2D平臺(tái)開發(fā),碰撞方法是()

A.OnCollisionEnter(Collisionother)
B.OnCollisionEnter(Collision2Dother)
C.OnCollisionEnter2D(Collisionother)
D.OnCollisionEnter2D(Collision2Dother)

3.單項(xiàng)選擇題Unity中使用LitJSON,將對(duì)象轉(zhuǎn)換成字符串是用哪個(gè)方法()

A.JsonMapper.ToJson()
B.JsonMapper.ToObject()
C.JsonMapper.ToGameObject()
D.JsonMapper.ToString()

4.單項(xiàng)選擇題Unity發(fā)布安卓程序,Sqlite數(shù)據(jù)庫(kù)應(yīng)該存在那個(gè)路徑下()

A.Application.dataPath
B.Application.streamingAssetsPath
C.Application.persistentDataPath
D.Application.temporaryCachePath

5.單項(xiàng)選擇題發(fā)布PC端程序,使用WWW加載本地文件,正確的URL是?()

A.http://www.wendangxiazai.com/XXX
B.Application.streamingAssetsPath/XXX
C."file://"+Application.streamingAssetsPath+"/xxxx"
D.以上都不對(duì)