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

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

111. Laya.timer.loop 的优先级 [ 70%]

...登录 发起人 oy2419498011 相关问题 Laya.timer.loop 的 Laya.timer.clear 问题 Laya.timer.loop(delay, caller, method) Laya.timer.loop() 报错 Cannot read property 'loop' of null 问题状态 最新活动: 2018-02-27 15:59 浏览: 965 关注: 2 人 oy2419498011 • 2018-02-27 16:01 定时器...

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

112. 关于timer的问题 [ 70%]

关于timer的问题 最近做项目发现timer.clearAll()清理不掉calllate,非要clear指定method才能清理掉 2018-01-12 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 王 坤 赞同来自: 我也遇到...

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

113. layaflash下构造函数需要注意哪些问题? [ 70%]

...注意的 关于apk打包动画卡的问题 关于removechild、destory、clear的问题 横屏模式在锁定竖屏的iphone上不能正常显示的问题 (此问题已经无效) 问题状态 最新活动: 2015-12-11 20:20 浏览: 1471 关注: 2 人

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

114. 在线急等,发现你们这个编译器一个bug,不能实现负负得正,昨天明明解决了,过了一会又不行了,怎么回事 [ 69%]

...00) { this.ball.x = 286; this.ball.y = 1140; // 清楚定时器 Laya.timer.clear(this, this.moveDownBall); } };   2017-11-08 0 0 分享 微博 QZONE 微信 ymsdandan 赞同来自: 代码的问题,你得自己调试才行,也可以发个demo过来 2017-11-08 0 0 分享 微博 QZONE 微信 l13273...

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

115. 3d射线检测问题 [ 69%]

...加载问题 mask在layaplayer中有问题 关于removechild、destory、clear的问题 关于Dialog遮罩层移除解决问题的说明 问题状态 最新活动: 2018-10-22 12:00 浏览: 1067 关注: 2 人

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

116. 小游戏安卓不支持filters [ 69%]

...指的移动去绘制线条 下面是部分代码 this.cutLayer.graphics.clear(); for(i = this.lines.length - 1; i >= 0; i--){ var line = this.lines[i]; line.state++; if(line.state > 7){ this.lines.splice(i, 1); } this.cutLayer.graphics.drawLine(line.x1, line.y1, line.x2, line.y2, "#ffffff", t...

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

117. 版本管理swf找同名的Json文件发现找不到 [ 69%]

...on";             this.stop();             //this['_clear']();             this._movieClipList=[this];             var data;             data=Loader.getRes(this['_url']);             if (!data){                 th...

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

118. 网络和格式-Socket [ 69%]

... is ArrayBuffer) { trace(new Byte(message).readUTFBytes()); } socket.input.clear(); } private function onConnectError(e:Event=null):void { trace("error"); } } }

来源: Laya_示例 发布时间: 20251209

119. 如何清除graphics绘制的矢量图 [ 69%]

...loop(3000, this, function () {                 sp.graphics.clear();                 if (count1 == 0) {                     sp.graphics.drawLines(0, 0, path, "#0eff00", 5);                 } else if (count1 == 1) {          ...

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

120. 在父sprite中添加子sprite ,移动父Sprite 子sprite为什么不动? [ 69%]

...[obj.type][obj.lel].w, data[obj.type][obj.lel].h); this[obj.type].graphics.clear(); this[obj.type].graphics.drawTexture(tObj, 0, 0, data[obj.type][obj.lel].w , data[obj.type][obj.lel].h); // 球体和目标精灵的矩形显示区域 var boundBall = this.ball.getBounds(); var boundTower = this.tower...

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