Skip to content

Application

The Application class is used to access runtime data of the application.

静态变量

Application.FPS : number
The frame rate of the application.
Application.mainViewport : RenderViewport
The main rendering viewport of the application.

静态方法

Application.RemoveViewport ( viewport : RenderViewport ) : void
Removes the specified rendering viewport.