大约有 472 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0039 秒)
Laya_社区(253) Laya3.0_api(61) Laya2.0_api(57) laya_api(54) Laya2.0_示例(19) Laya_示例(17) Laya3.0_文档(6) Laya2.0_文档(5)
... // 获取动画的边界信息 var bounds = ani.getGraphicBounds(); ani.pivot(bounds.width / 2, bounds.height / 2); ani.pos(Laya.stage.width / 2, Laya.stage.height / 2); Laya.stage.addChild(ani); } })();module laya { import Animation = Laya.Animation; import Stage = Laya.Stage; import Rectangle = L...
来源: Laya_示例 发布时间: 20241117
...e.addChild(this.ape); this.ape.loadImage("res/apes/monkey2.png"); this.ape.pivot(55, 72); // this.ape.pos( Laya.stage.width / 2, Laya.stage.height / 2); this.ape.x = Laya.stage.width / 2; this.ape.y = Laya.stage.height / 2; this.scaleDelta = 0; Laya.timer.frameLoop(1, this, this.animate); } animate(...
来源: Laya2.0_示例 发布时间: 20241117
...引 this.aniBirdSing.zOrder = 1; this.aniBirdSing.play(); this.aniBirdSing.pivot(0, 120); this.aniBirdSing.pos(94+0, 259+120); this.aniBirdSing.size(120, 120); console.log(this.aniBirdSing.width, this.aniBirdSing.height); this.aniBirdSing.mouseEnable = true; Laya.stage.addChild(this.aniBirdSing); } ...
来源: Laya_社区 发布时间: 20171026
...小游戏中无效 lh文件内meshSprite添加阴影属性无效 transform.pivot = new Laya.Vector3(0,1,0); 设置pivot无效~~~~~~~~~~~~~ 3D模型的锚点设置无效 ColorFilter滤镜在遮罩下无效 问题状态 最新活动: 2017-03-31 15:15 浏览: 1112 关注: 3 人 q12647 • 2017-03-31 15...
来源: Laya_社区 发布时间: 20170327
...te ,长300,高50,我用 var bounds = qzone.getGraphicBounds(); qzone.pivot(bounds.width / 2, 0); 设置了它的轴心点,发现它的屏幕坐标也跟着变了 这是怎么回事呢? 2017-05-22 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与...
来源: Laya_社区 发布时间: 20170522
...有一道问题。3d模型锚点设置无效。提到了一个方法。。pivot。 我就想知道,现在2.0那个pivot方法根本调不出来。到底能不能设置。不能设置你他妈的倒是在文档里面说明白啊。 2019-06-05 添加评论 免费帖 --> 分享 微博 QZONE 微信 ...
来源: Laya_社区 发布时间: 20190605
...676 麻烦看看这个帖子下面的回复 现象就是 父容器设置了pivot之后 并且设置了容器的scrollRect,该容器的孩子的布局都是以pvot点来布局了 这是bug还是我理解问题 2017-03-30 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果...
来源: Laya_社区 发布时间: 20170330
...参照物为魔鬼, 用于确定瞄准点和整体的中心点 */ private _pivot_demon:Point = <Point>{ x: 50, y: 50 }; /** 特指血条+魔鬼的大小, 用于计算飞行物整体大小 */ private _top_area:Area = <Area>{ w: -1, h: -1 }; /** 血条 */ private _blood_chart: Laya...
来源: Laya_社区 发布时间: 20180515
...转)触控可以识别 但是导入的模型没有根据触控反应 将pivot设置为图片中心后,缩放结点,碰撞体和图片不是以相同锚点缩放 圆环不跟随 sprite 一起缩放? 2.5引擎版本webgl使用遮罩动态变换位置和缩放时,会有线条,并未遮罩...
来源: Laya_社区 发布时间: 20170515
...get_root").getChildByName("PendulumCircleTarget").getChildByName("MoveBlockPivot").getChildByName("TargetGuard") as Laya.Sprite3D; Laya.stage.on(Laya.Event.KEY_PRESS, this, this.KeyPress); this.pivot = s.getChildByName("target_root").getChildByName("PendulumCircleTarget").getChildByName("MoveBlockPi...
来源: Laya_社区 发布时间: 20171228