大约有 249 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0039 秒)
...le = Laya.Rectangle; function layaSlot(info){ layaSlot.__super.call(this); this.size(200,200); this.graphics.drawRect(0,0,200,200,'#123456'); var viewPort = new Rectangle(0,0,200,200); this.viewport = viewPort; var ccc = new Sprite();...
来源: Laya_社区 发布时间: 20170323
...../libs/protobuf/area.js"; export function testProto():void { console.log("call testProto"); var ProtobufUtil = com.bee.protobuf; let msg = ProtobufUtil.ProtoArea.create(); let buffer = ProtobufUtil.ProtoArea.encode(msg).finish(); let decode = ProtobufUtil.ProtoArea.decode(buffer); console.log("test...
来源: Laya_社区 发布时间: 20171115
... { var params:String = ExternalInterface.call("getParams"); if (params.indexOf("?")!=-1) { var ary:Array = params.split("?"); var str:String=ary[ 1 ]; ...
来源: Laya_社区 发布时间: 20200217
...(function () { /** * 游戏入口 */ function RunGame(){ RunGame.__super.call(this); this.init(); } //RunGame 是一个显示对象 继承此 Sprite Laya.class(RunGame,"RunGame", laya.display.Sprite); //定义RunGame的prototype var _proto = RunGame.prototype; //初始化 _proto.init = function(){ c...
来源: Laya_社区 发布时间: 20160722
...回到数据,请问我js要怎么写。官方文档我看过了,使用call方法貌似只能发送数据到java,java并不能响应后返回数据呀 2018-04-18 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 3 个回复...
来源: Laya_社区 发布时间: 20180418
...eakmap 更新引擎前,经常报"The play() request was interrupted by a call to pause()."的错,这个错在360极速浏览器上有极大几率卡死,其他浏览器没有问题。引擎更新成1.7.10后,把Laya.SoundManager.useAudioMusic设成false可以避免声音导致的卡死,但...
来源: Laya_社区 发布时间: 20170905
...ava.lang.RuntimeException: Can't create handler inside thread that has not called Looper.prepare() 你们封装的那几个login等是在哪个线程中,调用第三方sdk老是报这个,各种改写都不行 2018-03-30 1 条评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结...
来源: Laya_社区 发布时间: 20180330
...接 提交 1 个回复 lambun 赞同来自: Uncaught RangeError: Maximum call stack size exceeded 2018-02-06 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 lambun 相关问题 ide 2.4 layaair2-cmd 编译报错 laya2.0加载3d场景报错...
来源: Laya_社区 发布时间: 20180206
... this.bg = null; //背景右边补丁 this.rightBg = null; Floor.__super.call(this); } //事件名称 //超过屏幕一定值出发新的floor事件 Floor.OUT_COMPLETE = "floor_out_complete"; //整个地板都不在屏幕里面事件 Floor.OUT_DIE = "floor_out_die"; //Floor 是一个显示对象 继...
来源: Laya_社区 发布时间: 20160801
仿写飞机大战 "Cannot read property 'call' of undefined" 说是这个有错误 Aircraft.super(this); 我整个Aircraft就是按照视频的Role改写的 几乎一模一样 希望大神能指导一下到底哪里错了 附件 : --> newAirWar.zip 2017-11-18 添加评论 免费帖 --> 分...
来源: Laya_社区 发布时间: 20171118