Draw multiple textures based on coordinate sets

根据坐标集合绘制多个贴图

实现

构造函数

属性

访问器

方法

构造函数

属性

colors: number[]

Additional vertex colors.

附加顶点色。

pos: ArrayLike<number>

Drawing times and coordinates.

绘制次数和坐标。

texture: Texture

The texture to be drawn.

要绘制的纹理。

ID: string = "DrawTextures"

Identifier for the DrawTexturesCmd

根据坐标集合绘制多个贴图命令的标识符

访问器

方法