大约有 498 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0062 秒)
Laya3.0_api(153) Laya_社区(116) laya_api(104) Laya2.0_api(96) Laya2.0_文档(14) Laya3.0_文档(12) Laya2.0_示例(2) Laya_示例(1)
... 20:55:27.340: E/LayaConch5(7884): plugin-----------------EngineStart() = /data/user/0/com.layabox.game//LayaCache/localstorage 07-04 20:55:27.340: I/LayaBox(7884): JNI localStoragePath=/data/user/0/com.layabox.game//LayaCache/localstorage 07-04 20:55:27.342: I/MainCanvas(7884): Android OpenGL ES Ma...
来源: Laya_社区 发布时间: 20190704
...dia/HtmlVideo.ts:89 销毁 override Returns void event event(type: string, data?: any): boolean Inherited from EventDispatcher.event Defined in laya/events/EventDispatcher.ts:32 派发事件。 Parameters type: string 事件类型。 Optional data: any (可选)回调数据。注意:如果是...
来源: Laya3.0_api 发布时间: 20231102
... JSZip.loadAsync(value).then( (zipData: JSZip) => { console.log(zipData.files); for (let i in zipData.files) { console.log(`key=${i},value=${z...
来源: Laya_社区 发布时间: 20230208
...tructors constructor Properties _id destroyedImmediately lock name skeletonData url uuid DEBUG RuntimeVersion Accessors basePath cpuMemory destroyed gpuMemory id ns obsolute referenceCount cpuMemory gpuMemory Methods _addReference _clearReference _parse _removeReference _setCPUMemory _setCreateURL _...
来源: Laya3.0_api 发布时间: 20231115
...的链接 提交 2 个回复 shiyang12345 赞同来自: var xmlString="<data>"+ "<dir name='shi' num='10000' state='已集结' time_pro='' isOpen='true'>"+ "<file num='1000' ok='ok' isOpen='true'/>"+ "<file num='1000' ok='ok' isOpen='true'/>"+ "<file num='1000' ok='ok' isO...
来源: Laya_社区 发布时间: 20170717
...例。 Returns Component 组件。 bubbleEvent bubbleEvent(type: string, data?: any): void Defined in laya/display/Node.ts:145 Parameters type: string Optional data: any Returns void callLater callLater(method: Function, args?: any[]): void Defined in laya/display/Node.ts:621 延迟运行指定的...
来源: Laya3.0_api 发布时间: 20231115
...ventAniArr ikArr isParseFail lock mBoneArr mRootBone name pathArr rate skinDataArray skinDic skinSlotDisplayDataArr srcBoneMatrixArr subTextureDic tfArr url uuid yReverseMatrix DEBUG interpolation Accessors cpuMemory destroyed gpuMemory id obsolute referenceCount cpuMemory gpuMemory Methods _addRefe...
来源: Laya3.0_api 发布时间: 20231115
...ean = false; private refreshCamera(){ this.curStatus =!this.curStatus; let data:ArrayBuffer = Laya.Loader.getRes(this.AllPng[this.curStatus ? 0: 1]);//pic-001 const x2 = new Uint8Array(data); let p = new window['PNG'](x2); let getData = p.decode();//rgba数组序列 this.texture.setPixels(getData); ...
来源: Laya_社区 发布时间: 20220815
...ught (in promise) DOMException: play() 我的tieldmap生成的json文件里data是这种格式,地图显示有误 Native2.0正式版wss连接不成功web版本没问题,有DEMO Panel中的东西左右拖动好象有问题 laya1.7.9beta版 [分享]Dialog 点击边缘不关闭的 Demo示例 求教...
来源: Laya_社区 发布时间: 20181220
...Request 回调方法都没执行 LayaAir 1.7.17 beta JS版本 function postData(url,request) { this.http = new Laya.HttpRequest(); //new一个HttpRequest类 this.http.once(Laya.Event.PROGRESS,this,this.onProgress); //数据传输中 this.http.once(Laya.Event.COMPLETE,this,this.onComplete); //数据...
来源: Laya_社区 发布时间: 20180315