大约有 491 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0065 秒)
Laya_社区(200) Laya3.0_api(175) Laya2.0_api(43) laya_api(39) Laya3.0_文档(14) Laya2.0_文档(11) Laya2.0_示例(7) Laya_示例(2)
...调用 .onShow函数才能显示 另外按钮属性列表wx API应该是top而不是bottom,这在某些机型下是无法正确解析导致无法显示出按钮的 2019-01-29 0 0 分享 微博 QZONE 微信 测试机 赞同来自: 写的好棒 比我原来的流程更好! 2019-01-31 0 0 分享 ...
来源: Laya_社区 发布时间: 20180911
...ightSet _isWidthSet active activeInHierarchy align alpha anchorX anchorY autoPlay blendMode bottom cacheAs centerX centerY clipHeight clipWidth clipX clipY components customRenderEnable dataSource destroyed direction disabled displayHeight displayWidth displayedInStage drawCallOptimize filters globa...
来源: Laya3.0_api 发布时间: 20231115
..._extra _ownGraphics _scene _skinBaseUrl _url autoSize cacheContent disableStopScroll hitTestPrior mouseHandler mouseThrough name renderHandler selectEnable selectHandler tag totalPage drawtocanvCtx Accessors _isHeightSet _isWidthSet active activeInHierarchy alpha anchorX anchorY array bgColor blendM...
来源: Laya3.0_api 发布时间: 20231115
...scaleMode = Laya.Stage.SCALE_SHOWALL; Laya.stage.alignV = Laya.Stage.ALIGN_TOP; Laya.stage.alignH = Laya.Stage.ALIGN_CENTER; } } Victor • 2017-07-10 13:55 @cuixueying 小莹这个问题还有救吗?急等! Victor • 2017-08-09 11:50 @cuixueying 我现在仍然在面临,safari横屏调出地...
来源: Laya_社区 发布时间: 20170707
...yle.zIndex = 100;//设置层级 iframe.style.left =pt.x+"px"; iframe.style.top =pt.y+"px"; iframe.src = "target-div.html"; Browser.document.getElementById("layaContainer").appendChild(iframe); 2018-07-13 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先...
来源: Laya_社区 发布时间: 20180626
...果存在背景图显示全屏铺满的需求,可以通过将背景图的top、bottom、left、right属性设置为0,就可以铺满全屏了。 2018-07-13 0 0 分享 微博 QZONE 微信 yoahuili 赞同来自: 小庆庆 官方对这个问题不作为 LAYA所有适配模式对小游戏都是...
来源: Laya_社区 发布时间: 20180424
...Cache stroke strokeColor templateVars text textField texture timer toolTip top transform type ubb underline underlineColor url valign viewport visible width wordWrap x y zOrder Methods _initialize _processActive _setHeight _setSkin _setWidth addChild addChildAt addChildren addComponent addComponentI...
来源: Laya3.0_api 发布时间: 20231115
...center、right。 | | valign | 文本的垂直对齐方式。可选值有top、middle、bottom。 | | color | 文本的颜色值。默认为黑色。 | | bgColor | 文本背景颜色。 | | font | 文本的字体名称。 | | fontSize | 文本的字体大小。 | | bold | 文本是否为粗体字显...
来源: Laya2.0_文档 发布时间: 20210715
...Cache stroke strokeColor templateVars text textField texture timer toolTip top transform type ubb underline underlineColor url vScrollBar vScrollBarSkin valign viewport visible width wordWrap x y zOrder Methods _initialize _processActive _setHeight _setSkin _setWidth addChild addChildAt addChildren ...
来源: Laya3.0_api 发布时间: 20231115
... WebGL 渲染,不支持时会自动切换为 Canvas Laya.stage.alignV = 'top'; // 适配垂直对齐方式 Laya.stage.alignH = 'middle'; // 适配水平对齐方式 Laya.stage.screenMode = this.Stage.SCREEN_HORIZONTAL; // 始终以横屏展示 Laya.stage.scaleMode = "fixedwidth"; // 宽度不变 t...
来源: Laya_社区 发布时间: 20180522