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

大约有 2 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0018 秒)

1. 文本进阶使用 · LayaAir3.3 · 引擎文档 · LAYABOX [ 100%]

...在的文本,输入在value中都会以空的完整字符占位。 2、BitmapFont位图字体 通常FontClip已经可以满足关卡、特效等单行位图文本的需求。如果有特殊情况,就是想要空格或者某些系统里没有的艺术字体,那也可以通过BitmapFont位图字...

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

2. 绘制能力 · LayaAir3.3 · 引擎文档 · LAYABOX [ 59%]

...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