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

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

21. laya.ui.TipManager_API3.0 [ 72%]

...htSet _isWidthSet active activeInHierarchy alpha anchorX anchorY blendMode bottom cacheAs centerX centerY components customRenderEnable dataSource defaultTipHandler destroyed disabled displayHeight displayWidth displayedInStage drawCallOptimize filters globalRotation globalScaleX globalScaleY graphi...

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

22. 我有元素是始终定位底部的,旋屏后就不准了,有什么好方法吗? [ 72%]

...就不准了,有什么好方法吗? 有类似于 position: absolute; bottom: 0的方案吗?   现在是用Laya.stage.height - 元素高度,但这样旋屏后定位就错了。 2017-03-26 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相...

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

23. 屏幕自适应 [ 71%]

...2017-10-27 12:18 屏幕适配模式选择scale_exactfit的话ui中的topbottom,left,right怎么会无效啊?

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

24. laya.ui.ViewStack_API3.0 [ 70%]

...sWidthSet active activeInHierarchy alpha anchorX anchorY bgColor blendMode bottom cacheAs centerX centerY components customRenderEnable dataSource destroyed disabled displayHeight displayWidth displayedInStage drawCallOptimize filters globalRotation globalScaleX globalScaleY graphics gray height hid...

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

25. laya.ui.VBox_API3.0 [ 70%]

...Set active activeInHierarchy align alpha anchorX anchorY bgColor blendMode bottom cacheAs centerX centerY components customRenderEnable dataSource destroyed disabled displayHeight displayWidth displayedInStage drawCallOptimize filters globalRotation globalScaleX globalScaleY graphics gray height hid...

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

26. laya.ui.AdvImage_API3.0 [ 70%]

...canvCtx Accessors active activeInHierarchy alpha anchorX anchorY blendMode bottom cacheAs centerX centerY components customRenderEnable dataSource destroyed disabled displayHeight displayWidth displayedInStage drawCallOptimize filters globalRotation globalScaleX globalScaleY graphics gray group heig...

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

27. laya.ui.HBox [ 69%]

... String指定要使用的混合模式。目前只支持"lighter"。Sprite bottom : Number 从组件底边到其内容区域底边之间的垂直距离(以像素为单位)。 Component cacheAs : String 指定显示对象是否缓存为静态图像,cacheAs时,子对象发生变化,会自...

来源: laya_api 发布时间: 20170929

28. laya.ui.HBox [ 69%]

... String指定要使用的混合模式。目前只支持"lighter"。Sprite bottom : Number 从组件底边到其内容区域底边之间的垂直距离(以像素为单位)。 UIComponent cacheAs : String 指定显示对象是否缓存为静态图像,cacheAs时,子对象发生变化,会自...

来源: Laya2.0_api 发布时间: 20190513

29. laya.display.Stage [ 68%]

... 取值范围: "top" :居顶部对齐; "middle" :居中对齐; "bottom" :居底部对齐; Stage alpha : Number透明度,值为0-1,默认值为1,表示不透明。更改alpha值会影响drawcall。Sprite autoSize : Boolean = false 指定是否自动计算宽高数据。默认值...

来源: laya_api 发布时间: 20170929

30. 属性设置器(JavaScript-IDE篇(JS)-设计模式基础) [ 68%]

...大小,例如CheckBox。* ### 3.3 UI适配属性 `left、right、topbottom`四个属性主要用于组件与父容器边缘距离位置适配。 `centerX、centerY`两个属性主要用于组件与父容器中心位置适配。 在游戏开发中,我们不可能把所有屏幕分辨率全部...

来源: Laya2.0_文档 发布时间: 20210714