单项选择题
LeapMotion的核心脚本是()
A.HandController
B.GameController
C.Controller
D.FingerController
点击查看答案&解析
相关考题
-
单项选择题
unity2D平台开发,碰撞方法是()
A.OnCollisionEnter(Collisionother)
B.OnCollisionEnter(Collision2Dother)
C.OnCollisionEnter2D(Collisionother)
D.OnCollisionEnter2D(Collision2Dother) -
单项选择题
Unity中使用LitJSON,将对象转换成字符串是用哪个方法()
A.JsonMapper.ToJson()
B.JsonMapper.ToObject()
C.JsonMapper.ToGameObject()
D.JsonMapper.ToString() -
单项选择题
Unity发布安卓程序,Sqlite数据库应该存在那个路径下()
A.Application.dataPath
B.Application.streamingAssetsPath
C.Application.persistentDataPath
D.Application.temporaryCachePath