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

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

111. dcc下载超时 [ 67%]

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

112. laya.device.media.HtmlVideo_API3.0 [ 67%]

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

113. laya3.0中jszip使用异常 [ 67%]

...        JSZip.loadAsync(value).then(                     (zipData: JSZip) => {                         console.log(zipData.files);                         for (let i in zipData.files) {                             console.log(`key=${i},value=${z...

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

114. laya.spine.SpineTemplet_API3.0 [ 67%]

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

115. 使用UI组件tree时,添加的数据结构必须是xml吗?添加xml时对于tree的单元格里面的label如何控制例如visible的属性 [ 67%]

...的链接 提交 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

116. laya.display.Node_API3.0 [ 67%]

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

117. laya.ani.bone.Templet_API3.0 [ 67%]

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

118. texture2D的setPixel纹理rgba数据之后会随着窗口的缩放,渐变成黑色 [ 67%]

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

119. 重复背景,全方向地图拖动Demo [ 66%]

...ught (in promise) DOMException: play() 我的tieldmap生成的json文件里data是这种格式,地图显示有误 Native2.0正式版wss连接不成功web版本没问题,有DEMO Panel中的东西左右拖动好象有问题 laya1.7.9beta版 [分享]Dialog 点击边缘不关闭的 Demo示例 求教...

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

120. HttpRequest 回调方法都没执行 LayaAir 1.7.17 beta JS版本 [ 66%]

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