大约有 83 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0056 秒)
...s.push(Laya.loader.load(url)); tasks.push(Laya.loader.load(url2)); Promise.all(tasks).then((res:Array<any>)=> { //用于异步加载 }); 1.4 Texture和Texture2D的问题 同一个资源地址,无论是加载Texture还是Texture2D,他们在内存中都只有一份,但可以获取不同...
来源: Laya3.0_文档 发布时间: 20251010
...向光 2D精灵光 2D自由形态光 2D聚光灯 Copyright ©Layabox 2026 all right reserved,powered by LayaAir Engine更新时间: 2025-10-10 16:27:56 img{cursor:pointer}
来源: Laya3.0_文档 发布时间: 20251010
...世界,增加游戏的竞技性与互动性。 Copyright ©Layabox 2026 all right reserved,powered by LayaAir Engine更新时间: 2025-10-10 16:27:58 img{cursor:pointer}
来源: Laya3.0_文档 发布时间: 20251010
...,最终的效果如图3-1所示, (图3-1) Copyright ©Layabox 2026 all right reserved,powered by LayaAir Engine更新时间: 2025-10-10 16:27:56 img{cursor:pointer}
来源: Laya3.0_文档 发布时间: 20251010
... } 最终的效果如图3-1所示, (图3-1) Copyright ©Layabox 2026 all right reserved,powered by LayaAir Engine更新时间: 2025-10-10 16:27:56 img{cursor:pointer}
来源: Laya3.0_文档 发布时间: 20251010
... } 最后来看看运行效果: (动图4-2) Copyright ©Layabox 2026 all right reserved,powered by LayaAir Engine更新时间: 2025-10-10 16:27:58 img{cursor:pointer}
来源: Laya3.0_文档 发布时间: 20251010
...总览3. Module Time(模块耗时)3.1 Frame Time(T_Frame_Time)3.2 All Render 3D(T_AllRender3D)3.3 Depth Pass(T_DepthPass)3.4 Shadow Pass(T_ShadowPass)3.5 3D Main Pass(T_3DMainPass)3.6 3D Context Pre(T_3DContextPre)3.7 3D Context Render(T_3DContextRender)3.8 3D Main Pa...
来源: Laya3.0_文档 发布时间: 20260128
...可以进行单独导入的设置。 (图2-5) Copyright ©Layabox 2026 all right reserved,powered by LayaAir Engine更新时间: 2025-10-13 19:01:52 img{cursor:pointer}
来源: Laya3.0_文档 发布时间: 20251013
...上,运行即可,效果如图: (图3-1) Copyright ©Layabox 2026 all right reserved,powered by LayaAir Engine更新时间: 2025-10-10 16:27:56 img{cursor:pointer}
来源: Laya3.0_文档 发布时间: 20251010
...uv, 0.0).rgb; int idx = 4 * local.x + c; tile[r][idx] = col; } } // ensure all loads visible barrier(); // compute and write results for (int r = 0; r < 4; ++r) { for (int c = 0; c < 4; ++c) { ivec2 writeIndex = baseIndex + ivec2(c, r); if (value != 0u) { writeIndex = ivec2(writeIndex.y, write...
来源: Laya3.0_文档 发布时间: 20260131