单项选择题
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 -
单项选择题
发布PC端程序,使用WWW加载本地文件,正确的URL是?()
A.http://www.wendangxiazai.com/XXX
B.Application.streamingAssetsPath/XXX
C."file://"+Application.streamingAssetsPath+"/xxxx"
D.以上都不对