大约有 1,199 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0098 秒)
Laya_社区(966) Laya2.0_文档(66) Laya3.0_api(49) Laya3.0_文档(31) Laya2.0_api(27) laya_api(21) Laya_示例(20) Laya2.0_示例(19)
...务模板`.vscode/task.json`创建成功了,我们只需要更改一下label(任务名称)和command(要执行的命令)即可。效果如下图所示。  修改后的`task.json`内容为: ```json { "version": "2.0.0", "tasks": [ { "label": "compile", "type": "shell",...
来源: Laya2.0_文档 发布时间: 20210715
...用纹理压缩色彩很大 layaair3.1.3版本打出的项目中的text与label组件在vivo小游戏引擎1105及以下文字显示异常 求高人分享使用protobuff框架的游戏demo(TS版本或AS版本的) 使用谷歌chrom96版本滤镜报错 问题状态 最新活动: 2025-08-07 09:53 ...
来源: Laya_社区 发布时间: 20190225
...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
...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
...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
...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
...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
...| |---|---|---| | 字段不存在 | classic | 仅用经典 UI(Box/Button/Label 等) | | `"both"` | both | 两套均可,同模块保持一致 | | `"ui2"` | new | 仅用新 UI (GBox/GButton/GLabel 等) | --- ## 物理引擎识别 读取 `settings/PlayerSettings.json` 判断物理引擎: | `phy...
来源: Laya3.0_文档 发布时间: 20260128
...排版和渲染函数以实现自定义的富文本类型) */ export class Label extends Laya.Text { constructor() { super(); } private typeList = {}; //取出文本里面的关键字 private typeIndexList = ; //关键字所在文本的位置 private typeLines = ; //利用关键字重新划分文本...
来源: Laya_社区 发布时间: 20180417
...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