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

大约有 336 项符合查询结果, 库内数据总量为 30,724 项。 (搜索耗时: 0.0040 秒)

181. 微信小游戏发布问题 [ 70%]

...resources\app\node_modules\layacmd\layacmd-publish.js:141:21) at emitNone (events.js:86:13) at LayaProjectCompiler.emit (events.js:185:7) at LayaProjectCompiler.compile (E:\Laya\LayaAirIDE_beta\resources\app\node_modules\layacmd\compile_project.js:38:9) at ChildProcess.compileProject (E:\Laya\LayaAi...

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

182. 关于HttpRequest [ 70%]

... CommonUtils.urlEncode(obj); var hr = new Laya.HttpRequest(); hr.once(Laya.Event.PROGRESS, this, function (e) { console.log(e); }); hr.once(Laya.Event.COMPLETE, this, function () { console.log(hr.data); }); hr.once(Laya.Event.ERROR, this, function (e) { console.log(e); }); hr.send('http://stone.tt.b...

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

183. 播放骨骼动画 [ 70%]

...tar:Laya.Skeleton; this.factory = new Laya.Templet(); this.factory.on(Laya.Event.COMPLETE, this, this.parseComplete); this.factory.on(Laya.Event.ERROR, this, this.onError); this.factory.loadAni("sp/aa.sk"); this.avatar = this.factory.buildArmature(0); this.avatar.play(0,true); 2017-07-18 添加评...

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

184. 项目做了一周.然后打不开了.怎么办? [ 70%]

...ayaAirIDE_1.7.15\resources\app\out\vs\layaEditor\h5\codemain.js:390:36) at EventEmitter.restartServer.getPort (E:\laya\ide\LayaAirIDE_1.7.15\resources\app\out\vs\layaEditor\h5\codemain.js:372:18) at Server.<anonymous> (E:\laya\ide\LayaAirIDE_1.7.15\resources\app\out\vs\layaEditor\h5\codemain.j...

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

185. laya.media.VideoTexture_API3.0 [ 70%]

...oveReference _setCPUMemory _setCreateURL _setGPUMemory canPlayType destroy event gpuCompressFormat hasListener isCreateFromURL load loadedmetadata off offAll offAllCaller on once pause play destroyUnusedResources Constructors constructor new VideoTexture(): VideoTexture Overrides BaseTexture.constru...

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

186. Spine适配版(ActionScript-LayaAir基础篇(AS3)-动画基础) [ 70%]

... SpineTempletBinary(); this.templet.loadAni(this.aniPath); this.templet.on(Event.COMPLETE, this, this.parseComplete); this.templet.on(Event.ERROR, this, this.onError) } private function parseComplete(): void { this.skeleton = this.templet.buildArmature(); Laya.stage.addChild(this.skeleton); this.ske...

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

187. 调试matter.js的问题 [ 69%]

...擎鼠标问题 关于Laya实现Matter.js官方案例凹多边形的问题 event自定义事件的问题 问题状态 最新活动: 2017-09-21 17:58 浏览: 1141 关注: 2 人

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

188. LocalStorage 接口适配问题 [ 69%]

...8 json图集加载问题 ios原生回调问题 (此问题已经无效) event自定义事件的问题 问题状态 最新活动: 2019-10-18 16:02 浏览: 959 关注: 1 人

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

189. app构建出现问题 [ 69%]

...过网页打开出现左上角的那个图标是什么东东 怎么去掉 event自定义事件的问题 问题状态 最新活动: 2019-09-12 15:38 浏览: 853 关注: 1 人

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

190. request failed status:0 text: IOS HttpRequest [ 69%]

...erId:"533", } alert(JSON.stringify(data)); hr = new HttpRequest(); hr.once(Event.PROGRESS, this, onHttpRequestProgress); hr.once(Event.COMPLETE, this, onHttpRequestComplete); hr.once(Event.ERROR, this, onHttpRequestError); var headers = []; headers.push("Content-Type"); headers.push("application/jso...

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