Draw triangles command

绘制三角形命令

实现

构造函数

属性

alpha: number

Alpha value.

透明度值。

blendMode: string

Blend mode.

混合模式。

color: number

Color transformation.

颜色变换。

indices: Uint16Array

Vertex indices.

顶点索引。

matrix: Matrix

Scaling matrix.

缩放矩阵。

texture: Texture

The texture to be drawn.

要绘制的纹理。

uvs: Float32Array

UV data.

UV数据。

vertices: Float32Array

Vertex array.

顶点数组。

x: number

X-axis offset.

X轴偏移量。

y: number

Y-axis offset.

Y轴偏移量。

ID: string = "DrawTriangles"

Identifier for the DrawTrianglesCmd

绘制三角形命令的标识符

访问器

方法

  • 参数

    • texture: Texture

      The texture to be drawn

    • x: number

      X-axis offset

    • y: number

      Y-axis offset

    • vertices: Float32Array

      Vertex array

    • uvs: Float32Array

      UV data

    • indices: Uint16Array

      Vertex indices

    • matrix: Matrix

      Scaling matrix

    • alpha: number

      Alpha value

    • color: string | number

      Color transformation

    • blendMode: string

      Blend mode

    返回 DrawTrianglesCmd

    DrawTrianglesCmd instance

    Create a DrawTrianglesCmd instance

    创建一个绘制三角形命令实例