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

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

61. laya.display.EffectAnimation_API3.0 [ 77%]

...Stage drawCallOptimize effectClass effectData filters globalRotation globalScaleX globalScaleY graphics height hideFlags hitArea index interval is3D isPlaying mask mouseEnabled mouseX mouseY numChildren parent pivotX pivotY playEvent rotation scaleX scaleY scene scrollRect skewX skewY stage staticCa...

来源: Laya3.0_api 发布时间: 20231115

62. 关于相对布局的计算 [ 77%]

关于相对布局的计算 Component中resetLayoutX和resetLayoutY中的scaleX和scaleY没有考虑到值为负的情况,包括displayWidth和displayHeight中的计算。 这样导致如果想对界面上某一个图片用scaleX=-1进行反转,重新计算后的坐标位置有变化。这个...

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

63. laya.html.dom.HTMLIframeElement_API3.0 [ 77%]

...isplayWidth displayedInStage drawCallOptimize filters globalRotation globalScaleX globalScaleY graphics height hideFlags hitArea href innerHTML is3D mask mouseEnabled mouseX mouseY numChildren parent pivotX pivotY rotation scaleX scaleY scene scrollRect skewX skewY stage staticCache style texture ti...

来源: Laya3.0_api 发布时间: 20231102

64. laya.ani.bone.Skeleton_API3.0 [ 77%]

...isplayWidth displayedInStage drawCallOptimize filters globalRotation globalScaleX globalScaleY graphics height hideFlags hitArea is3D loop mask mouseEnabled mouseX mouseY numChildren parent pivotX pivotY player rotation scaleX scaleY scene scrollRect skewX skewY skinName source stage staticCache tem...

来源: Laya3.0_api 发布时间: 20231115

65. laya.html.dom.HTMLDivElement_API3.0 [ 77%]

...isplayWidth displayedInStage drawCallOptimize filters globalRotation globalScaleX globalScaleY graphics height hideFlags hitArea innerHTML is3D mask mouseEnabled mouseX mouseY numChildren parent pivotX pivotY rotation scaleX scaleY scene scrollRect skewX skewY stage staticCache style texture timer t...

来源: Laya3.0_api 发布时间: 20231102

66. laya.media.VideoNode_API3.0 [ 77%]

...InStage drawCallOptimize duration ended error filters globalRotation globalScaleX globalScaleY graphics height hideFlags hitArea is3D loop mask mouseEnabled mouseX mouseY muted numChildren parent paused pivotX pivotY playbackRate preload readyState rotation scaleX scaleY scene scrollRect seekable se...

来源: Laya3.0_api 发布时间: 20231115

67. laya.ui.UIComponent_API3.0 [ 77%]

...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 stage staticCache texture timer t...

来源: Laya3.0_api 发布时间: 20231115

68. Texture图片能否进行翻转? [ 77%]

...nchorY)或者轴心点(pivotX,pivotY)设置为居中。然后设置scaleX=-1即可实现您说的效果。 谢谢您的反馈 2016-07-12 3 1 分享 微博 QZONE 微信 hekuanlaya 赞同来自: 以下三行代码可以把一个东西由上面镜像翻转到下面: //水平倾斜角度,默...

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

69. popupEffect 有谁能告诉我dialog的这个东西要怎么用啊? [ 77%]

...= new Handler(this, () => { this.scale(0.2, 0.2); Laya.Tween.to(this, { scaleX: 1, scaleY: 1 }, 2000); }); 2018-06-20 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 3 个回复 Laya_Aaron 赞同来自: https://layaair.ldc....

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

70. 给以个对象绑定两个on方法为什么只能执行一次 ? [ 77%]

...his.reset = function(){             Laya.Tween.to(this.obj,{scaleY:1,scaleX:1},10,Laya.Ease.backIn,Laya.Handler.create(this,this.backEdHd));         }         this.init = function(){             Laya.Tween.to(this.obj,{scaleY:1.05,scaleX:1.05},100,Laya.Ease.backOut,Laya.Handler.c...

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