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

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

1181. VSCode高效开发工作流配置指南(TypeScript-IDE篇(TS)-代码模式基础) [ 32%]

...务模板`.vscode/task.json`创建成功了,我们只需要更改一下label(任务名称)和command(要执行的命令)即可。效果如下图所示。 ![img](img/13-5.png) 修改后的`task.json`内容为: ```json { "version": "2.0.0", "tasks": [ { "label": "compile", "type": "shell",...

来源: Laya2.0_文档 发布时间: 20210715

1182. []LayaTree v1.0.5版本更新(2021.11.17) [ 31%]

...用纹理压缩色彩很大 layaair3.1.3版本打出的项目中的text与label组件在vivo小游戏引擎1105及以下文字显示异常 求高人分享使用protobuff框架的游戏demo(TS版本或AS版本的) 使用谷歌chrom96版本滤镜报错 问题状态 最新活动: 2025-08-07 09:53 ...

来源: Laya_社区 发布时间: 20190225

1183. laya.display.AnimationBase_API3.0 [ 30%]

...ctive addChild addChildAt addChildren addComponent addComponentInstance addLabel bubbleEvent callLater clear clearTimer contains customRender destroy destroyChildren drawToCanvas drawToTexture drawToTexture3D event frameLoop frameOnce fromParentPoint getBounds getChildAt getChildByName getChildIndex...

来源: Laya3.0_api 发布时间: 20231115

1184. laya.display.FrameAnimation_API3.0 [ 30%]

...ctive addChild addChildAt addChildren addComponent addComponentInstance addLabel bubbleEvent callLater clear clearTimer contains customRender destroy destroyChildren drawToCanvas drawToTexture drawToTexture3D event frameLoop frameOnce fromParentPoint getBounds getChildAt getChildByName getChildIndex...

来源: Laya3.0_api 发布时间: 20231115

1185. laya.display.EffectAnimation_API3.0 [ 30%]

...ctive addChild addChildAt addChildren addComponent addComponentInstance addLabel bubbleEvent callLater clear clearTimer contains customRender destroy destroyChildren drawToCanvas drawToTexture drawToTexture3D event frameLoop frameOnce fromParentPoint getBounds getChildAt getChildByName getChildIndex...

来源: Laya3.0_api 发布时间: 20231115

1186. laya.display.Animation_API3.0 [ 30%]

...ctive addChild addChildAt addChildren addComponent addComponentInstance addLabel bubbleEvent callLater clear clearTimer contains customRender destroy destroyChildren drawToCanvas drawToTexture drawToTexture3D event frameLoop frameOnce fromParentPoint getBounds getChildAt getChildByName getChildIndex...

来源: Laya3.0_api 发布时间: 20231115

1187. 2.x引擎项目升级说明 · LayaAir3.4 · 引擎文档 · LAYABOX [ 29%]

...ng", Laya.Loader.IMAGE).then((res)=> { /* res是HTMLImage */ }); [!Type|label:Tips] 不能使用Loader.getRes获得fetch结果,因为fetch方法不缓存 1.6 使用Options。 Laya.loader.load(url, { group:xx, piority:1 }); //priority不限制0-5。为任意整数,数字越大优先级越高...

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

1188. AI编码环境:CodingMCP · LayaAir3.4 · 引擎文档 · LAYABOX [ 28%]

...| |---|---|---| | 字段不存在 | classic | 仅用经典 UI(Box/Button/Label 等) | | `"both"` | both | 两套均可,同模块保持一致 | | `"ui2"` | new | 仅用新 UI (GBox/GButton/GLabel 等) | --- ## 物理引擎识别 读取 `settings/PlayerSettings.json` 判断物理引擎: | `phy...

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

1189. 分享,扩展Laya.Text组件实现简单的富文本 [ 27%]

...排版和渲染函数以实现自定义的富文本类型) */ export class Label extends Laya.Text { constructor() { super(); } private typeList = {}; //取出文本里面的关键字 private typeIndexList = ; //关键字所在文本的位置 private typeLines = ; //利用关键字重新划分文本...

来源: Laya_社区 发布时间: 20180417

1190. 动画不显示 [ 27%]

...gl.shapes.Ellipse;     import laya.display.Stage;     import laya.ui.Label;     import laya.events.Event;     import laya.utils.Browser;     import laya.utils.Timer;     import laya.display.Sprite;     import laya.net.Loader;     import laya.ui.TextArea;     import laya.re...

来源: Laya_社区 发布时间: 20170921