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

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

31. laya.ani.bone.Templet_API3.0 [ 77%]

...reparing search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/ani/bone/Templet" Templet Class Templet 动画模板类 Hierarchy AnimationTemplet Templet Index Constructors constructor Properties _id ani...

来源: Laya3.0_api 发布时间: 20231115

32. laya.media.VideoTexture_API3.0 [ 75%]

...reparing search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/media/VideoTexture" VideoTexture Class VideoTexture VideoTexture 多媒体纹理 Hierarchy BaseTexture VideoTexture Index Constructors const...

来源: Laya3.0_api 发布时间: 20231115

33. laya.d3.core.ui3d.UI3D_API3.0 [ 75%]

...reparing search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/core/UI3D/UI3D" UI3D Class UI3D BaseCamera 类用于创建摄像机的父类。 Hierarchy BaseRender UI3D Implements IBoundsCell Index Co...

来源: Laya3.0_api 发布时间: 20231115

34. 对象池 · LayaAir3.3 · 引擎文档 · LAYABOX [ 74%]

...。 * @param createFun 用于创建该类型对象的方法。 * @param caller this对象 * @return 此类型标识的一个对象。 */ static getItemByCreateFun(sign: string, createFun: Function, caller: any = null): any { var pool: any[] = Pool.getPoolBySign(sign); var rst: any = pool.length ? po...

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

35. 资源加载 · LayaAir3.3 · 引擎文档 · LAYABOX [ 74%]

...a?: boolean, hdrEncodeFormat?: HDREncodeFormat, } Copyright ©Layabox 2025 all right reserved,powered by LayaAir Engine更新时间: 2025-10-10 16:28:00 img{cursor:pointer}

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

36. 3D粒子 · LayaAir3.3 · 引擎文档 · LAYABOX [ 74%]

...t; }; //通过名字,清理一组对象池 ClearGroup(head_sign:string, caller:any, func:Function): void { for (var key in this._poolDic) { if (key.indexOf(head_sign) == 0) { var pool = this._poolDic[key]; if (func) { for (var i = 0, len = pool.length; i < len; i++) { var item = pool[i]; func.c...

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

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

...t; }; //通过名字,清理一组对象池 ClearGroup(head_sign:string, caller:any, func:Function): void { for (var key in this._poolDic) { if (key.indexOf(head_sign) == 0) { var pool = this._poolDic[key]; if (func) { for (var i = 0, len = pool.length; i < len; i++) { var item = pool[i]; func.c...

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

38. 组件脚本的内置方法 · LayaAir3.3 · 引擎文档 · LAYABOX [ 73%]

...符输入的按键,就不会执行此方法。 Copyright ©Layabox 2025 all right reserved,powered by LayaAir Engine更新时间: 2025-10-10 16:27:57 img{cursor:pointer}

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

39. CommandBuffer · LayaAir3.3 · 引擎文档 · LAYABOX [ 73%]

...dByMaterial(subRendertexture,null); return buf; } Copyright ©Layabox 2025 all right reserved,powered by LayaAir Engine更新时间: 2025-10-10 16:27:55 img{cursor:pointer}

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

40. 3D性能优化 · LayaAir3.3 · 引擎文档 · LAYABOX [ 72%]

...知1.1 降低渲染的CPU成本1.2 降低渲染的GPU成本2.优化Draw Call3.GPU instance4.Dynamic Batch5.Static Batch6.Custom Static Batch(Static Batch Volume组件)7.基于节点的材质合批功能7.1表现效果7.2 使用示例3D性能优化 1.图形性能的基本认知 1.1 降低渲染的CPU...

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