大约有 442 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0043 秒)
Laya_社区(235) Laya2.0_api(64) Laya3.0_api(62) laya_api(56) Laya2.0_文档(16) Laya3.0_文档(6) Laya2.0_示例(2) Laya_示例(1)
...(); Laya.stage.addChild(sprite); //缓存为静态图像 sprite.cacheAs = "bitmap" 3.4.5 设置遮罩mask 代码示例如下: let sprite = new Laya.Sprite(); Laya.stage.addChild(sprite); sprite.loadImage("atlas/comp/image.png", null); //创建遮罩 let mask = new Laya.Sprite(); sprite.addChild(ma...
来源: Laya3.0_文档 发布时间: 20251010
...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_文档 发布时间: 20251010