Draw image command

绘制图片命令

实现

构造函数

属性

访问器

方法

构造函数

属性

color: number = 0xffffffff

(Optional) Drawing color

(可选)绘图颜色

height: number

(Optional) Height of the drawn image

(可选)绘制图片的高度

texture: Texture

Texture to be drawn

要绘制的纹理

width: number

(Optional) Width of the drawn image

(可选)绘制图片的宽度

x: number

(Optional) X-axis offset

(可选)X轴偏移量

y: number

(Optional) Y-axis offset

(可选)Y轴偏移量

ID: string = "DrawImage"

Identifier for the DrawImageCmd

绘制图片命令的标识符

访问器

方法

  • 参数

    • texture: Texture

      Texture to be drawn

    • x: number

      X-axis offset

    • y: number

      Y-axis offset

    • width: number

      Width of the drawn image

    • height: number

      Height of the drawn image

    • color: string

      Drawing color

    返回 DrawImageCmd

    A DrawImageCmd instance

    Create a DrawImageCmd instance

    创建一个绘制图片命令实例