大约有 998 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0067 秒)
Laya_社区(777) Laya3.0_api(69) Laya2.0_api(62) laya_api(57) Laya2.0_文档(21) Laya2.0_示例(5) Laya_示例(5) Laya3.0_文档(2)
... 与内容相关的链接 提交 1 个回复 cheche62 赞同来自: sprite.scaleX = -1 2017-12-17 0 3 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 winnershili 相关问题 请问有没有方法能够获取“鼠标是否处于按下状态...
来源: Laya_社区 发布时间: 20171217
...isplayWidth displayedInStage drawCallOptimize filters globalRotation globalScaleX globalScaleY graphics gray height hideFlags hitArea is3D left mask mouseEnabled mouseX mouseY numChildren parent pivotX pivotY right rotation scaleX scaleY scene scrollRect skewX skewY space stage staticCache texture t...
来源: Laya3.0_api 发布时间: 20231115
2d刚体旋转报错 我现在需要实现人物的翻转,但是设置scaleX = -1后,程序就报错了,看了下是物理引擎报的错。我也试了skewY = 180,虽然不报错了,但是刚体位置和方向还是没变。请问2d下刚体是不支持移动和旋转的吗?有解决办...
来源: Laya_社区 发布时间: 20200803
...isplayWidth displayedInStage drawCallOptimize filters globalRotation globalScaleX globalScaleY graphics height hideFlags hitArea is3D left mask mouseEnabled mouseX mouseY numChildren parent pivotX pivotY right rotation scaleX scaleY scene scene3D scrollRect skewX skewY stage staticCache texture time...
来源: Laya3.0_api 发布时间: 20231115
...x:_targetP.x, y:_targetP.y, // "scaleX": 0, // "scaleY": 0 },550,null,Handler.create(this,this.skillEffecting)); 如代码所示,如果写了四个需要变化的属性,前两个不会执行,只有后面的会执行。 分两...
来源: Laya_社区 发布时间: 20180121
...isplayWidth displayedInStage drawCallOptimize filters globalRotation globalScaleX globalScaleY graphics gray height hideFlags hitArea is3D items left mask mouseEnabled mouseX mouseY numChildren parent pivotX pivotY right rotation scaleX scaleY scene scrollRect selectedIndex selection setIndexHandler...
来源: Laya3.0_api 发布时间: 20231115
...isplayWidth displayedInStage drawCallOptimize filters globalRotation globalScaleX globalScaleY graphics gray height hideFlags hitArea is3D left mask mouseEnabled mouseX mouseY numChildren parent pivotX pivotY right rotation scaleX scaleY scene scrollRect skewX skewY space stage staticCache texture t...
来源: Laya3.0_api 发布时间: 20231115
....to(this, { scaleX : this.scaleX_backup, scaleY : this.scaleY_backup },50); 2017-05-26 0 0 分享 微博 QZONE 微信 cuixueying 赞同来自: 把你可以运行的例子提...
来源: Laya_社区 发布时间: 20170526
...ya.stage.scaleMode = "showall"; Laya.stage.bgColor = "#232628"; Laya.stage.scaleX = Laya.stage.scaleY = 1.5; Laya.stage.scaleX = Laya.stage.scaleY = 1; 舞台缩小。拖动窗口使其进行自适应会提示异常 2017-04-07 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相...
来源: Laya_社区 发布时间: 20170407
...abled=true; flower.alpha=1; flower.on(Event.CLICK,this,function() { flower.scaleX=1.1; flower.scaleY=1.1; Laya.timer.once(100, this,function() { flower.scaleX=1; flower.scaleY=1; alert("My Name is Bear" + no); return; }) }); mallLayer._childs[0].addChild(flower); } 2017-01-10 1 0 分享 微博 QZONE...
来源: Laya_社区 发布时间: 20170110