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

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

141. 组件装饰器说明 · LayaAir3.4 · 引擎文档 · LAYABOX [ 39%]

...示在哪里。显示效果如下: (图4-4) Copyright ©Layabox 2026 all right reserved,powered by LayaAir Engine更新时间: 2025-10-10 16:27:57 img{cursor:pointer}

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

142. 运行配置 · LayaAir3.4 · 引擎文档 · LAYABOX [ 38%]

...Object2.6 材质使用UBO matUseUBO2.7 2D网格内存预分配 webGL2D_MeshAllocMaxMem2.8 默认字体与字号3、2D灯光全局配置3.1 环境光颜色 ambientColor3.3 环境光遮罩 ambientLayerMask3.4 光影图多重采样数 multiSamples4、3D相关参数说明:4.1 开启动态合批 enable...

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

143. 时间轴动画 · LayaAir3.4 · 引擎文档 · LAYABOX [ 37%]

...行动画,看看运行结果: (图10-4) Copyright ©Layabox 2026 all right reserved,powered by LayaAir Engine更新时间: 2026-01-28 15:11:54 img{cursor:pointer}

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

144. 自定义3D Shader · LayaAir3.4 · 引擎文档 · LAYABOX [ 37%]

...方便,这就是Instancing。Instancing可以让我们使用一个DrawCall来绘制多个物体,节省每次绘制时CPU->GPU的通信。 5.1.2 enableInstancing开关 enableInstancing:是否启用Instancing。 当启用enableInstancing为true时,Shader启用Instancing功能,当启用ena...

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

145. 网络通信 · LayaAir3文档 · LAYABOX [ 37%]

...2,方法 abort() 如果请求已经被发送,则立刻中止请求。 getAllResponseHeaders() 返回所有响应头信息(响应头名和值), 如果响应头还没接受,则返回null。 getResponseHeader() 返回指定的响应头的值, 如果响应头还没被接受,或该响应头不存在,...

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

146. 3D材质编辑 · LayaAir3.4 · 引擎文档 · LAYABOX [ 34%]

...-3-2-1所示我们叠加一个黄色到材质上: 图2-1-3-2-1 (3)Metallic金属度 用来设置物体的表面金属光泽度的效果,一般我们使用使用0与1来设置物体的金属度,完全没有或者完全存在,当金属度为1时,能够反射出周围环境的内容。想...

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

147. 插件开发说明 · LayaAir3.4 · 引擎文档 · LAYABOX [ 33%]

...ns : [ { caption : "点我", event: "my_click" } ] } } ] } ]); this._panel.allowUndo = true; //根据需要设置 //如果不需要undo功能,也可以直接this._data = {}; this._data = IEditor.DataWatcher.watch({}); //inspect可以多次调用,将多个数据组合在一个面板编辑 this._p...

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

148. laya.display.Animation [ 33%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames AnimationProperties | Methods | Events | Constants Packagelaya.displayClasspublic class AnimationInheritanceAnimation AnimationPlayerBase Sprite Node EventDispatcher Object Animation 是Graphics动画类。实现了基...

来源: laya_api 发布时间: 20170929

149. laya.display.Animation [ 33%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames AnimationProperties | Methods | Events | Constants Packagelaya.displayClasspublic class AnimationInheritanceAnimation AnimationBase Sprite Node EventDispatcher Object Animation 是Graphics动画类。实现了基于Gra...

来源: Laya2.0_api 发布时间: 20190513

150. 3D寻路 · LayaAir3.0文档 · LAYABOX [ 32%]

...{ colaStarArr[h] = 0; } } }; return aStarArr; } } Copyright ©Layabox 2022 all right reserved,powered by LayaAir Engine更新时间: 2023-03-03 17:33:44 img{cursor:pointer}

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