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

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

1. 计算着色器 · LayaAir3.4 · 引擎文档 · LAYABOX [ 100%]

...力支持2.1 资源系统集成2.2 GLSL → WGSL 的完整编译链2.3 uniformMaps 驱动的资源绑定自动化3. Compute Shader 的整体开发流程3.1 编写 GLSL 计算代码3.2 声明 uniformMaps3.3 创建 ComputeShader3.4 准备 ShaderData3.5 dispatch 执行4. 资源文件结构与解析流...

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

2. 3D粒子 · LayaAir3.4 · 引擎文档 · LAYABOX [ 93%]

...//获取这个粒子特效的所有粒子系统,用于后面整体播放 for (var i = 0, len = this._particle.numChildren; i < len; i++) { var child:Node = this._particle.getChildAt(i); if (child instanceof Laya.ShuriKenParticle3D) { this._shuriKenParticle3D.push(child); this._shurikenParticleS...

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

3. 3D粒子编辑模块 · LayaAir3文档 · LAYABOX [ 93%]

...//获取这个粒子特效的所有粒子系统,用于后面整体播放 for (var i = 0, len = this._particle.numChildren; i < len; i++) { var child:Node = this._particle.getChildAt(i); if (child instanceof Laya.ShuriKenParticle3D) { this._shuriKenParticle3D.push(child); this._shurikenParticleS...

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

4. 和原生Dom交互 · LayaAir3.4 · 引擎文档 · LAYABOX [ 87%]

...vg xmlns="http://www.w3.org/2000/svg" width="200" height="200">' + '<foreignObject width="100%" height="100%">' + '<div xmlns="http://www.w3.org/1999/xhtml" style="font-size:40px">' + '<em>I</em> like ' + '<span style="color:white; text-shadow: 0px 1px 0px #999, 0px 2px...

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