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

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

191. 批量预加载如果是图片或者声音类型,不会触发加载错误事件 [ 69%]

...如果加载错误,并不会触发错误事件。   Laya.loader.on(Laya.Event.ERROR, this, function(){ console.log("err"); }); Laya.loader.load([{url:"res/general/test.png",type:laya.net.Loader.IMAGE}]);   如果指定的类型时json或者atlas是会触发错误事件的。 2018-09-26 添加评...

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

192. LayaAir能做RPG吗?不要问我能不能,因为我已经在做 - 杀意来袭 [ 69%]

...; a.pos(200, 200); a.mouseEnabled = true; a.mouseThrough = true; a.on(Laya.Event.MOUSE_DOWN, null, function (e: Laya.Event): void {     console.log("touch a"); } 因为需要将mouseThrough=true才可以,蛋疼的api描叙你能相信是这个熟悉么? “mouseThrough : Boolean = false,指...

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

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

194. web和微信端没有问题,打包成apk后 httprequest报Request failed Status:404 text:undefined [ 69%]

...相关的链接 提交 2 个回复 金风 赞同来自: this.xhr.once(Laya.Event.COMPLETE, this, this.CompleteHandler); this.xhr.once(Laya.Event.ERROR, this, this.ErrorHandler); this.xhr.on(Laya.Event.PROGRESS, this, this.ProgressHandler); this.xhr.send(Global.WebHost+this.currentRequest.url, this.c...

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

195. 微信小游戏加载问题 [ 69%]

...ileMgr.filesListObj[sourceUrl];                 thisLoader.event(Laya.Event.ERROR, "Load image failed");             }; 附件 : --> 2020-04-27 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 0 ...

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

196. socket报错,on: reserved1 = 1, reserved2 = 1, reserved3 = 0 [ 69%]

...读取到的数据是错的,然后就报错了。package { import laya.events.Event; import laya.net.Socket; import laya.utils.Byte; import laya.webgl.WebGL; public class SocketSample { public var socket:Socket; private var byte:Byte; public function SocketSample() { //初始化引擎 this.byte = ...

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

197. 接入玩一玩用socketIo出现的问题 [ 69%]

... 写了个边缘光的自定义shader,有很多问题,帮忙看一下 event自定义事件的问题 问题状态 最新活动: 2018-03-05 15:45 浏览: 825 关注: 2 人

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

198. 如何做到点击屏幕出现一张图 [ 69%]

...相关的链接 提交 1 个回复 w1114367261 赞同来自: laya.stage.on(Event.MOUSE_DOWN,this,加载图片的方法) public function 加载图片的方法():void{ var s:sprite = new sprite(); s.skin = "图片路径"; laya.stage.addChild(s); } 2018-04-16 0 0 分享 微博 QZONE 微...

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

199. 加载成功要怎样判断呢? [ 68%]

...? 不管是Laya.loader.load(url, onLoaded, ...) 还是Laya.loader.on(Event.COMPLETE, this, onLoaded); 加载失败都会到onLoaded,那怎么区分是不是加载成功? 2017-03-25 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的...

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

200. 安装layaair2-cmd一直失败 [ 68%]

...bin-wrapper\node_modules\got\index.js:182:22)     at Object.onceWrapper (events.js:300:26)     at ClientRequest.emit (events.js:210:5)     at TLSSocket.socketErrorListener (_http_client.js:406:9)     at TLSSocket.emit (events.js:210:5)     at emitErrorNT (internal/streams/destroy.js:92:8) ...

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