大约有 2 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0018 秒)
...在的文本,输入在value中都会以空的完整字符占位。 2、BitmapFont位图字体 通常FontClip已经可以满足关卡、特效等单行位图文本的需求。如果有特殊情况,就是想要空格或者某些系统里没有的艺术字体,那也可以通过BitmapFont位图字...
来源: 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