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

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

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. layaflash下构造函数需要注意哪些问题? [ 70%]

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

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

113. 在线急等,发现你们这个编译器一个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

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

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

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

115. 小游戏安卓不支持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

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

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

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

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

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

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

118. 如何清除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

119. 在父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

120. shader 问题[关闭] [ 68%]

...颜色问题 IDE1.7.8 json图集加载问题 关于removechild、destory、clear的问题 mask在layaplayer中有问题 关于apk打包动画卡的问题 IDE创建的UI 层级问题 问题状态 最新活动: 2018-03-13 15:07 浏览: 646 关注: 2 人 kezhiyu • 2018-03-13 15:12 我就想实现图...

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