大约有 249 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0055 秒)
Laya_社区(97) Laya3.0_api(48) Laya2.0_api(44) laya_api(40) Laya3.0_文档(10) Laya2.0_文档(6) Laya2.0_示例(3) Laya_示例(1)
...Set active activeInHierarchy alpha anchorX anchorY array bgColor blendMode bottom cacheAs cells centerX centerY components content customRenderEnable dataSource destroyed disabled displayHeight displayWidth displayedInStage drawCallOptimize elasticEnabled filters globalRotation globalScaleX globalSc...
来源: Laya3.0_api 发布时间: 20231115
...在背景图显示全屏铺满的需求,可以通过将背景图的top、bottom、left、right属性设置为0,就可以铺满全屏了。 2018-07-13 0 0 分享 微博 QZONE 微信 yoahuili 赞同来自: 小庆庆 官方对这个问题不作为 LAYA所有适配模式对小游戏都是错的...
来源: Laya_社区 发布时间: 20180424
...InHierarchy align alpha anchorX anchorY bgColor blendMode bold borderColor bottom cacheAs centerX centerY color components customRenderEnable dataSource destroyed disabled displayHeight displayWidth displayedInStage drawCallOptimize editable filters fitContent focus font fontSize globalRotation glob...
来源: Laya3.0_api 发布时间: 20231115
...t。 | | valign | 文本的垂直对齐方式。可选值有top、middle、bottom。 | | color | 文本的颜色值。默认为黑色。 | | bgColor | 文本背景颜色。 | | font | 文本的字体名称。 | | fontSize | 文本的字体大小。 | | bold | 文本是否为粗体字显示。 | | it...
来源: Laya2.0_文档 发布时间: 20210715
...InHierarchy align alpha anchorX anchorY bgColor blendMode bold borderColor bottom cacheAs centerX centerY color components customRenderEnable dataSource destroyed disabled displayHeight displayWidth displayedInStage drawCallOptimize editable filters fitContent focus font fontSize globalRotation glob...
来源: Laya3.0_api 发布时间: 20231115
...Set active activeInHierarchy alpha anchorX anchorY array 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
...tring指定要使用的混合模式。目前只支持"lighter"。Sprite bottom : Number 从组件底边到其内容区域底边之间的垂直距离(以像素为单位)。 View cacheAs : String 指定显示对象是否缓存为静态图像,cacheAs时,子对象发生变化,会自动重...
来源: Laya2.0_api 发布时间: 20190513
..."hall/1_login/login_bg.png", type: Laya.Loader.IMAGE}, {url: "hall/1_login/Bottom_article.png", type: Laya.Loader.IMAGE}, {url: "res/atlas/hall/login.atlas", type: Laya.Loader.ATLAS}, ] Laya.loader.load(resArray, Handler.create(null, function(){ console.log("回调")})); 这样用Laya.loader.load...
来源: Laya_社区 发布时间: 20180426
...age.alignH = Laya.Stage.ALIGN_CENTER; Laya.stage.alignV = Laya.Stage.ALIGN_BOTTOM; var icon = new Laya.Image(); icon.skin = "img_icon.png"; Laya.stage.addChild(icon); var mask = new Laya.Image(); mask.skin = "img_mask.png"; mask.width = 344; mask.height = 344; icon.mask = mask; 附件 : --> maskB...
来源: Laya_社区 发布时间: 20180109
... 苍蝇也是鸟 • 2018-05-23 17:28 @Laya_Aaron:这个是用来控制top,bottom,left,right的吧,默认是开启的。更复杂的适配布局我估计只能在代码里做调整了 Laya_Aaron • 2018-05-23 17:28 @苍蝇也是鸟:那就只能是代码里调整了 苍蝇也是鸟 • 2018-05-23 ...
来源: Laya_社区 发布时间: 20180523