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

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

321. sprite添加click监听事件反应迟钝 [ 51%]

...hitArea drawCir.graphics.drawCircle(0,0,50,"#eeffcc"); drawCir.hitArea=new Rectangle(-50,-50,100,100); drawCir.size(100,100); drawCir.pos(200,200); Laya.stage.addChild(drawCir); drawCir.on(Event.CLICK,this,onDrawCirClick); 2017-09-05 0 2 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被...

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

322. Uncaught TypeError: Cannot read property 'XXX' of undefined [ 51%]

...unction onMouseDown(e:Event):void {             spe.startDrag(new Rectangle(0,0,800,800)); } 鼠标点击Sprite报错: Uncaught TypeError: Cannot read property 'startDrag' of undefined 2017-04-07 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与...

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

323. UI界面加载有哪些回调方法可用 [ 51%]

...peterz3g • 2017-07-20 10:28 getBounds的结果和之前一样,都是0. Rectangle {x: 0, y: 0, width: 0, height: 0} cuixueying • 2017-07-20 10:30 能提供一个简单的例子,我们看下你是怎么写的吗? peterz3g • 2017-07-20 10:43 好的,我总结一下目前遇到的问题,...

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

324. 多重遮罩显示异常 [ 51%]

...ct(0, 0, 1000, 20, '#ccc'); line.rotation = 45; line.scrollRect = new Laya.Rectangle(0, 0, 800, 20); this.panel.addChild(line); } }此时线条没有被panel裁切,完全显示出来,拖动panel,线条会出现消失问题   附件 : --> ClipDemo.rar 2021-04-27 添加评论 免费帖 --> 分...

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

325. 圆不跟谁 sprite 一起缩放? [ 51%]

...(Browser.width, Browser.height, WebGL); this.CreateCircle(); // this.CreateRectangle(); } private firstSp: Laya.Sprite; private _adaptSp: Laya.Sprite; private _pointList : Point[]; private _rootSp : Laya.Sprite;  public CreateCircle() { this._rootSp = new Laya.Sprite();  this.firstSp = new Laya.Sp...

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

326. 两个碰撞体必须都设置isSensor为false才能监测到碰撞!!! [ 51%]

...? 子木、 ‮ 口一你了亲并‭ • 2019-07-24 23:25 我自己用rectangle实现碰撞了,本来还想偷懒下 姑苏城主 • 2019-07-25 10:50 (lll¬ω¬)这是手动实现碰撞了啊,那要是碰撞类型多了,不还得手动过滤...也太麻烦了吧

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

327. startDrag的使用问题 [ 51%]

...时长。          */         public function startDrag(area:Rectangle = null, hasInertia:Boolean = false, elasticDistance:Number = 0, elasticBackTime:int = 300, data:* = null, disableMouseEvent:Boolean = false, ratio:Number = 0.92):void {          2018-05-02 0 2 分享 微博 QZON...

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

328. WebGL模式下,父容器翻转,导致子显示对象的scrollRect不能正常显示 [ 50%]

...WebGL下会出现此问题,Canvas下正常显示   img.scrollRect = new Rectangle(0, 0, 150, 250); 如果img的父级容器(或者父父。。。级)scaleX设置为-1,就会导致此问题 demo见附件 附件 : --> testUI5.rar 2017-08-02 添加评论 免费帖 --> 分享 微博 QZONE 微...

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

329. laya.display.Graphics [ 50%]

...):void 用texture填充。 Graphics  getBounds(realSize:Boolean = false):Rectangle 获取位置及宽高信息矩阵(比较耗CPU,频繁使用会造成卡顿,尽量少用)。 Graphics  loadImage(url:String, x:Number = 0, y:Number = 0, width:Number = 0, height:Number = 0, complete:Function = ...

来源: laya_api 发布时间: 20170929

330. 请问引擎中是否支持类似Flash中擦除效果 BlendMode.ERASE [ 50%]

...p" //rendertarget要限制一下大小 要混合的图层.scrollrect = new Rectangle(0,0,browser.clientWidth,browser.clientHeight); 2017-12-23 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 yan4234043 相关问题 看了其他引擎才...

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