大约有 2,746 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0075 秒)
Laya_社区(1928) Laya3.0_api(248) Laya2.0_api(162) laya_api(132) Laya_示例(81) Laya2.0_文档(81) Laya2.0_示例(65) Laya3.0_文档(49)
...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
.../ garbageCollection() { this._scene.destroy();//销毁场景 this._scene = null; Laya.Resource.destroyUnusedResources();//销毁无用资源(没有被场景树引用,并且没有加资源锁的) } /** * @private 加载场景,并且将该场景添加到stage上 */ loadScene() { Laya.Scene3D.load("r...
来源: Laya2.0_文档 发布时间: 20210715
... @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
...ddChild(logger); } /**侦听处理方法*/ private function onDown(e:Event=null):void { logger.text += "点击 - " + e.target.name + "\n"; } } }
来源: Laya_示例 发布时间: 20260303
...用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
...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
...nction garbageCollection():void { _scene.destroy();//销毁场景 _scene = null; Resource.destroyUnusedResources();//销毁无用资源(没有被场景树引用,并且没有加资源锁的) } /** * @private 加载场景,并且将该场景添加到stage上 */ public function loadScene():void { Scen...
来源: Laya2.0_文档 发布时间: 20210715
...ddChild(logger); } /**侦听处理方法*/ private function onDown(e:Event=null):void { logger.text += "点击 - " + e.target.name + "\n"; } } }
来源: Laya2.0_示例 发布时间: 20260303
...bageCollection():void { this._scene.destroy();//销毁场景 this._scene = null; Laya.Resource.destroyUnusedResources();//销毁无用资源(没有被场景树引用,并且没有加资源锁的) } /** * @private 加载场景,并且将该场景添加到stage上 */ public loadScene():void { Laya.Sce...
来源: Laya2.0_文档 发布时间: 20210715
... 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