构造函数
属性
pos
pos: ArrayLike<number>
静态
只读
ID
ID: string = className
访问器
cmdID
- get cmdID(): string
返回 string
方法
run
- run(runner, gx, gy): void
参数
- runner: GraphicsRunner
- gx: number
- gy: number
返回 void
静态
create
- create(texture, pos, colors): DrawTexturesCmd
参数
- texture: Texture
- pos: number[]
- colors: number[]
DrawTexturesCmd instance
En
Draw multiple textures based on coordinate sets
Zh
根据坐标集合绘制多个贴图