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

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

2621. 运行器在手机上一打开就崩溃 [ 36%]

...2 15:28:49.418: E/voice(677): voice_is_in_call_rec_stream: input stream is NULL 07-22 15:28:49.419: E/ACDB-LOADER(677): Error: ACDB AudProc vol returned = -19 07-22 15:28:49.419: E/libc(677): Access denied finding property "tas.smartamp.pcm" 07-22 15:28:49.419: E/libc(677): Access denied finding pro...

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

2622. 批量销毁释放内存(JavaScript-3D基础(JS)-LayaAir3D的内存管理) [ 36%]

.../ garbageCollection() { this._scene.destroy();//销毁场景 this._scene = null; Laya.Resource.destroyUnusedResources();//销毁无用资源(没有被场景树引用,并且没有加资源锁的) } /** * @private 加载场景,并且将该场景添加到stage上 */ loadScene() { Laya.Scene3D.load("r...

来源: Laya2.0_文档 发布时间: 20210715

2623. 网格像素线 · LayaAir3.4 · 引擎文档 · LAYABOX [ 36%]

... @param name 名字。 */ constructor(maxCount: number = 2, name: string = null) { super(name); this._render = this.addComponent(PixelLineRenderer); this._geometryFilter = (this._render as PixelLineRenderer)._pixelLineFilter; (this._render as PixelLineRenderer).maxLineCount = maxCount; let material ...

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

2624. 鼠标交互-修正交互区域 [ 36%]

...ddChild(logger); } /**侦听处理方法*/ private function onDown(e:Event=null):void { logger.text += "点击 - " + e.target.name + "\n"; } } }

来源: Laya_示例 发布时间: 20260303

2625. Shader预编译解决方案 [ 36%]

...用view嵌套发布html5报"Uncaught TypeError:Cannot set property 'y' of null"的解决方案 微信小游戏编译报错 Adobe Flash Builder 4.7无法编译Laya2.6.1创建的3D示例项目 问题状态 最新活动: 2020-06-06 16:36 浏览: 827 关注: 2 人

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

2626. 3D中如何限制角色的行走区域? [ 35%]

...eightMap.png", clas: Laya.Texture2D, priority: 1, params: [true] } ], null, processHandler); qq1981150053 • 2017-08-17 14:44 好的,成功了,谢谢 sfsmmc • 2017-08-14 15:06 这里说的地形文件不是unity中的地形。只是一个用3DMax制作的一个地形模型。不是untiy...

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

2627. 批量销毁释放内存(ActionScript-3D基础(AS3)-LayaAir3D的内存管理) [ 35%]

...nction garbageCollection():void { _scene.destroy();//销毁场景 _scene = null; Resource.destroyUnusedResources();//销毁无用资源(没有被场景树引用,并且没有加资源锁的) } /** * @private 加载场景,并且将该场景添加到stage上 */ public function loadScene():void { Scen...

来源: Laya2.0_文档 发布时间: 20210715

2628. 鼠标交互-修正交互区域 [ 35%]

...ddChild(logger); } /**侦听处理方法*/ private function onDown(e:Event=null):void { logger.text += "点击 - " + e.target.name + "\n"; } } }

来源: Laya2.0_示例 发布时间: 20260303

2629. 批量销毁释放内存(TypeScript-3D基础(TS)-LayaAir3D的内存管理) [ 35%]

...bageCollection():void { this._scene.destroy();//销毁场景 this._scene = null; Laya.Resource.destroyUnusedResources();//销毁无用资源(没有被场景树引用,并且没有加资源锁的) } /** * @private 加载场景,并且将该场景添加到stage上 */ public loadScene():void { Laya.Sce...

来源: Laya2.0_文档 发布时间: 20210715

2630. laya.d3.webxr.core.WebXRInput_API3.0 [ 35%]

... Parameters Optional type: string (可选)事件类型,如果值为 null,则移除本对象所有类型的侦听器。 Returns EventDispatcher 此 EventDispatcher 对象。 offAllCaller offAllCaller(caller: any): EventDispatcher Inherited from EventDispatcher.offAllCaller Defined in laya/eve...

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