QuickTestTool class for rendering and performance testing.

用于渲染和性能测试的 QuickTestTool 类。

构造函数

属性

_renderType: number
_repaint: number
_x: number
_y: number

方法

  • 参数

    • context: Context

      The rendering context reference.

    • x: number

      The X-axis coordinate.

    • y: number

      The Y-axis coordinate.

    返回 void

    Update and render the display object. Called by the system.

    更新、呈现显示对象。由系统调用。

  • 参数

    • type: number

      The render command type.

    返回 string

    The name of the render command type.

    Get the name of a specific render command type.

    获取特定渲染命令类型的名称。

  • 参数

    • type: any

      The render type.

    • force: boolean = false

      Whether to force display even if it has been shown before.

    返回 void

    Show render type information.

    显示渲染类型信息。