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

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

41. laya.d3.shader.Shader3D_API3.0 [ 68%]

...rch Preparing search index... The search index is not available ts Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/shader/Shader3D" Shader3D Class Shader3D Shader3D 类用于创建Shader3D。 Hierarchy Shader3D Index Constructors constructor Properties...

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

42. laya.d3.core.material.TerrainMaterial [ 67%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames TerrainMaterialProperties | Methods | Constants Packagelaya.d3.core.materialClasspublic class TerrainMaterialInheritanceTerrainMaterial BaseMaterial laya.resource.Resource ... Public Properties Hide Inherited Public Pro...

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

43. 列表组件 · LayaAir3.4 · 引擎文档 · LAYABOX [ 65%]

...置List,创建出符合自己需要的列表。 Copyright ©Layabox 2026 all right reserved,powered by LayaAir Engine更新时间: 2025-10-10 16:27:59 img{cursor:pointer}

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

44. 在父sprite中添加子sprite ,移动父Sprite 子sprite为什么不动? [ 64%]

...et.angel.level; // 构造 function IsLand() { // 初始化 IsLand.__super.call(this); // 名字 this.name = "gemini"; this.init(); } // 注册类 IsLand Laya.class(IsLand,"IsLand",laya.display.Sprite); // 原型 var _proto = IsLand.prototype; // 初始化 _proto.init = function(){ // 球体 this.bal...

来源: Laya_社区 发布时间: 20170720

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

...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

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

...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

47. laya.d3.resource.MulSampleRenderTexture_API3.0 [ 63%]

...rch Preparing search index... The search index is not available ts Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/resource/MulSampleRenderTexture" MulSampleRenderTexture Class MulSampleRenderTexture MulSampleRenderTexture类用于创建多重采样渲...

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

48. 示例打地鼠发布打包后提示TypeError: this.preinitialize is not a function [ 61%]

... D/dalvikvm: JIT code cache reset in 0 ms (0 bytes 1/0) D/dalvikvm: GC_FOR_ALLOC freed 259K, 10% free 3081K/3408K, paused 2ms, total 2ms D/dalvikvm: GC_FOR_ALLOC freed 292K, 10% free 3303K/3656K, paused 2ms, total 3ms             [ 12-18 14:33:06.111  2961: 2961 E/         ]   ...

来源: Laya_社区 发布时间: 20171218

49. Spine渲染器 · LayaAir3.4 · 引擎文档 · LAYABOX [ 61%]

...自动根据Spine主文件加载关联资源。 Copyright ©Layabox 2026 all right reserved,powered by LayaAir Engine更新时间: 2026-01-31 15:13:46 img{cursor:pointer}

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

50. Spine3D渲染器 · LayaAir3.4 · 引擎文档 · LAYABOX [ 59%]

... 在3D场景中,过多同时播放的Spine3D实例会显著增加Draw Call。建议通过对象池管理Spine3D实例,及时回收不用的实例。 4.4 优化资源加载 建议将常用的Spine资源预加载,避免运行时动态加载导致的卡顿。 // 预加载常用Spine资源 Laya.lo...

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