Fill texture command

填充贴图命令

实现

构造函数

属性

color: number = 0xffffffff

(Optional) Drawing color

(可选)绘图颜色

height: number = 1

(Optional) Height of the filled area.

(可选)填充区域的高度。

offset?: Point

(Optional) Texture offset

(可选)贴图纹理偏移

percent: boolean = true

Whether the position and size are percentages

位置和大小是否是百分比

texture: Texture

The texture to be filled.

要填充的纹理。

type: string = "repeat"

(Optional) Fill type: repeat|repeat-x|repeat-y|no-repeat

(可选)填充类型:repeat|repeat-x|repeat-y|no-repeat

width: number = 1

(Optional) Width of the filled area.

(可选)填充区域的宽度。

x: number = 0

X-axis offset.

X轴偏移量。

y: number = 0

Y-axis offset.

Y轴偏移量。

ID: string = "FillTexture"

Identifier for the FillTextureCmd

填充贴图命令的标识符

访问器

方法

  • 参数

    • texture: Texture

      The texture to be filled

    • x: number

      X-axis offset

    • y: number

      Y-axis offset

    • width: number

      Width of the filled area

    • height: number

      Height of the filled area

    • type: string

      Fill type

    • offset: Point

      Texture offset

    • color: string

      Drawing color

    • 可选percent: boolean

    返回 FillTextureCmd

    FillTextureCmd instance

    Create a FillTextureCmd instance

    创建绘制填充贴图的命令实例