• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 451 项符合查询结果, 库内数据总量为 30,724 项。 (搜索耗时: 0.0025 秒)

451. 绘制图形 · LayaAir3.0文档 · LAYABOX [ 14%]

...or: string = null): FillTextureCmd | null { if (texture && texture.bitmap) return this.addCmd(FillTextureCmd.create(texture, x, y, width, height, type, offset || Point.EMPTY, color)); else return null; } 代码示例: Laya.loader.load("resources/layaAir.png").then((res: Laya.Texture) =>...

来源: Laya3.0_文档 发布时间: 20231129