大约有 8,107 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0183 秒)
Laya_社区(7869) Laya3.0_api(98) Laya3.0_文档(47) Laya2.0_文档(43) Laya_示例(27) laya_api(13) Laya2.0_示例(6) Laya2.0_api(4)
..."); break; } this.bg = new Sprite(); this.bar = new Sprite(); this.bar.x = 15; this.bar.y = 2; this.bg.graphics.drawTexture(texture1, 0, 0, 180, 21); this.bar.graphics.drawTexture(texture2, 0, 0, 155, 12); this.addChild(this.bg); this.addChild(this.bar); } /** * 修改当前状态 */ _proto.changeVa...
来源: Laya_社区 发布时间: 20160803
...6 all right reserved,powered by LayaAir Engine更新时间: 2026-01-28 15:12:31 img{cursor:pointer}
来源: Laya3.0_文档 发布时间: 20260128
... 5.1 测试设备及版本 测试使用设备如下: IPhone12、IOS 15.7.1 OPPO R17、ColorOS 7.1、Android 10 IQOO Z3、OriginOS 3、Android 13 测试引擎版本使用LayaAir3.2.1版本。 5.2 各平台支持情况 以抖音小游戏平台支持情况为例: 抖音小游戏平台端 AS...
来源: Laya3.0_文档 发布时间: 20251010
...ostProcess(T_Render_PostProcess)3.14 All Render 2D(T_AllRender2D)3.15 2D Pass(T_2DPass)3.16 2D Context Pre(T_2DContextPre)3.17 2D Context Render(T_2DContextRender)3.18 Script Update Time(T_ScriptUpdateTime)3.19 Script Late Update Time(T_ScriptLateUpdateTime)4. Draw Call...
来源: Laya3.0_文档 发布时间: 20260128
... (图4-14) "targeName":对应layaShader中定义的名称,如图4-15所示。 (图4-15) "textures":需要导出的贴图配置。 { "uName": unity 属性名, "layaName": layaair 属性名, "defind": defind } "tillOffset":材质球贴图的参数。 { "uName": unity 属性名, "layaNa...
来源: Laya3.0_文档 发布时间: 20251010
... string = "frameXRInputUpdate" Defined in laya/d3/WebXR/core/WebXRInput.ts:15 Static HANDNESS_LEFT HANDNESS_LEFT: string = "left" Defined in laya/d3/WebXR/core/WebXRInput.ts:13 Static HANDNESS_RIGHT HANDNESS_RIGHT: string = "right" Defined in laya/d3/WebXR/core/WebXRInput.ts:14 Methods addAxisEvent ...
来源: Laya3.0_api 发布时间: 20231115
..._3D_RENDER: string = "Laya/3D/Render" Defined in laya/utils/Performance.ts:15 Static PERFORMANCE_LAYA_3D_RENDER_CLUSTER PERFORMANCE_LAYA_3D_RENDER_CLUSTER: string = "Laya/3D/Render/Cluster" Defined in laya/utils/Performance.ts:17 Static PERFORMANCE_LAYA_3D_RENDER_CULLING PERFORMANCE_LAYA_3D_RENDER_C...
来源: Laya3.0_api 发布时间: 20231102
...4288 27 134217728 4 16 12 4096 20 1048576 28 268435456 5 32 13 8192 21 2097152 29 536870912 6 64 14 16384 22 4194304 30 1073741824 7 128 15 32768 23 8388608 31 2147483648 为了更方便开发者使用,LayaAirIDE从3.2版本开始,添加了直观的碰撞组定义,膨胀类别指定某个直...
来源: Laya3.0_文档 发布时间: 20251010
...ar rankTexture=new Texture(Browser.window.sharedCanvas); 这里报错 VM13215:1 gameThirdScriptError bitmap._addReference is not a function TypeError: bitmap._addReference is not a function 2018-03-26 2 2 分享 微博 QZONE 微信 Laya_XS 赞同来自: 懒懒 、十字寒鸦 这里是微信小游...
来源: Laya_社区 发布时间: 20180310
... /* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017','ES2018' or 'ESNEXT'. */ "module": "commonjs", /* Specify module code generation: 'none', 'commonjs', 'amd', 'system', 'umd', 'es2015', or 'ESNext'. */ // "lib...
来源: Laya_社区 发布时间: 20190408