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

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

271. getGraphicBounds() 的问题 二 [ 50%]

...的链接 提交 5 个回复 ymsdandan 赞同来自: 因为你的中心点pivot没有变过,所以就算是你的构造的图形旋转还是移动缩放,他相对于中心点的x,y都不会做-=之类的重新赋值运算,如果你想改变只能先改变中心点的位置 2017-11-09 0 0 分...

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

272. 龙骨skeleton鼠标点击区域的设置 [ 50%]

...is.mArmature.y = bound.height;//this.mStartY;        // this.mArmature.pivot((bound.width / 2) | 0, (bound.height / 2) | 0)//(图2) 这样不行! 2017-07-03 0 0 分享 微博 QZONE 微信 cuixueying 赞同来自: 能把你的例子提供下吗,我们看下,谢谢! 2017-07-03 0 1 分享 ...

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

273. 急急急,如何设置按钮点击加载ani [ 50%]

...var bounds:Rectangle = ani.getGraphicBounds();             ani.pivot(bounds.width / 2, bounds.height / 2);                          ani.pos(Laya.stage.width / 2, Laya.stage.height / 2);                          Laya.stage.addChild(ani);  ...

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

274. tween对Text的缩放,为何会抖动呢? [ 49%]

...型动画抖动的问题 2.1 spine 动画播放出现抖动的bug修复 将pivot设置为图片中心后,缩放结点,碰撞体和图片不是以相同锚点缩放 圆环不跟随 sprite 一起缩放? 2.5引擎版本webgl使用遮罩动态变换位置和缩放时,会有线条,并未遮罩...

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

275. Animation 使用疑问 [ 49%]

...bound: Laya.Rectangle = this.aniBody.getBounds();         this.aniBody.pivot(bound.width / 2, bound.height / 2);         if (direction < 0) {             this.aniBody.scaleX = -1;         } else {             this.aniBody.scaleX = 1;         }     } 每改变一个...

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

276. 2.13 2d物理系统 physics 碰撞体信息的owner为null [ 49%]

...的罗辑方式不太了解,懂得进来帮忙看一下!~~~~~~~~~~ 将pivot设置为图片中心后,缩放结点,碰撞体和图片不是以相同锚点缩放 vivo小游戏无法显示调试信息 Cannot read property 'displayObject' of null 问题状态 最新活动: 2022-07-18 15:15 浏览...

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

277. 点击拖动图片,当鼠标移出再移回舞台中时如何保持点击状态 [ 49%]

...心点为显示对象的中心,显示位置在可拖拽区域之内 sp.pivot(sp.width/2,sp.height/2); sp.pos(250,450); Laya.stage.addChild(sp); //为需要滑动的对象添加down,down下开始move,up时移除move和up事件 sp.on(Event.MOUSE_DOWN,this,onDown); Laya.stage.on(Event.MOUSE_UP,th...

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

278. 物理Bodies绑定Laya.Sprite [ 48%]

...rite().loadImage("images/qiang_001.png"); gun_skin.scale(50, 50); gun_skin.pivot(gun_skin.width / 2, gun_skin.height / 2); gun = Bodies.rectangle(150, 150, 50, 50, { frictionAir: 0.5, //空气摩擦力 density: 0.68, // 密度 layaSprite: gun_skin, // 绑定一个laya的Sprite, 不能用render.sprit...

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

279. 在开启webgl模式下,每次运行texture类的getPixels方法内存都会增加 [ 48%]

...Texture: Laya.Texture init(){ let rect = this.img.getSelfBounds() this.img.pivot(Math.round(rect.width / 2), Math.round(rect.height / 2)) let bound = this.img.getBounds() this.cacheCanvas = this.img.drawToCanvas(Math.ceil(bound.width), Math.ceil(bound.height), Math.round(bound.width / 2), Math.round...

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

280. 关于matter.js用于tiledmap的碰撞 [ 48%]

...物理碰撞问题 matter.js mouseconstraint在微信小游戏中无效 将pivot设置为图片中心后,缩放结点,碰撞体和图片不是以相同锚点缩放 问题状态 最新活动: 2020-08-24 18:18 浏览: 1577 关注: 3 人 Laya_Aaron • 2018-07-15 15:18 引擎是有限的,人力...

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