多项选择题

在使用unity3D引擎过程中,Time类中静态属性包括()。

A.time
B.timeScale
C.deltaTime
D.timeSinceLevelLoad

<上一题 目录 下一题>
热门 试题

多项选择题
在使用unity3D引擎过程中,Unity中使物体移动,可以通过()。

A.寻路系统
B.刚体
C.角色控制器
D.Transform类中的相关函数

多项选择题
在使用unity3D引擎过程中,yield return后面可以加的内容有()。

A.new WaitForSeconds(2)
B.new WaitForFixedUpdate()
C.WaitForEndOfFrame()
D.StartCoroutine(other coroutine)

相关试题
  • 在Button组件的检视面板上修改UI按钮交互属...
  • 在Run Ball游戏中,实现Loading场景进度条...
  • 下列属于UI元素的游戏对象有()。
  • 在”Assets”菜单下选择()命令,可以导入...
  • 在PC端发布时,Player Settings面板下的(...