大约有 365 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0074 秒)
Laya_社区(235) Laya2.0_文档(51) Laya3.0_文档(25) Laya2.0_api(19) Laya3.0_api(16) laya_api(13) Laya2.0_示例(3) Laya_示例(3)
...,0); //设置适配模式 Laya.stage.scaleMode = "exactfit"; //设置剧中对齐 Laya.stage.alignH = "center"; //设置横屏 Laya.stage.screenMode = "horizontal"; 打开浏览器(哦这里要说一下 因为浏览器有本地加载文件策略 具体可以看下laya这方面的说明)看到...
来源: Laya_社区 发布时间: 20160722
...ram color 定义文本颜色,比如"#ff0000"。 * @param textAlign 文本对齐方式,可选值:"left","center","right"。 */ fillText(text: string | WordText, x: number, y: number, font: string, color: string, textAlign: string): FillTextCmd { return this.addCmd(FillTextCmd.create(text, x...
来源: Laya3.0_文档 发布时间: 20241014
...set labelAlign(value: string): void Defined in laya/ui/Button.ts:601 标签对齐模式, Returns string Defined in laya/ui/Button.ts:606 标签对齐模式, Parameters value: string Returns void labelBold get labelBold(): boolean set labelBold(value: boolean): void Defined in laya/ui/Button.ts:5...
来源: Laya3.0_api 发布时间: 20231115
...id Inherited from Button.labelAlign Defined in laya/ui/Button.ts:601 标签对齐模式, Returns string Inherited from Button.labelAlign Defined in laya/ui/Button.ts:606 标签对齐模式, Parameters value: string Returns void labelBold get labelBold(): boolean set labelBold(value: boolean): vo...
来源: Laya3.0_api 发布时间: 20231115
...id Inherited from Button.labelAlign Defined in laya/ui/Button.ts:601 标签对齐模式, Returns string Inherited from Button.labelAlign Defined in laya/ui/Button.ts:606 标签对齐模式, Parameters value: string Returns void labelBold get labelBold(): boolean set labelBold(value: boolean): vo...
来源: Laya3.0_api 发布时间: 20231115
...有一行。 · 文本的样式始终不变(颜色、粗细、斜体、对齐等等)。 即使如此,实际编程中依旧会经常使用到这样的需要。 三、减少CPU使用量 3.1 减少动态属性查找 JavaScript中任何对象都是动态的,你可以任意地添加属性。然...
来源: Laya3.0_文档 发布时间: 20241014
...png"); Laya.stage.addChild(btn); //创建隐藏的file并且把它和按钮对齐。达到位置一致,这里我们默认在0点位置 var file = Laya.Browser.document.createElement("input"); //设置file样式 file.style="filter:alpha(opacity=0);opacity:0;width: 150px;height:60px;"; file.type ="f...
来源: Laya2.0_文档 发布时间: 20210714
...,还有一些其它适配相关的内容,例如横竖屏适配、画布对齐等。 可以前往IDE的基础文档查看《项目设置详解》。 Copyright ©Layabox 2022 all right reserved,powered by LayaAir Engine更新时间: 2024-10-14 20:42:16 img{cursor:pointer}
来源: Laya3.0_文档 发布时间: 20241014
...果如动图22-2所示。 (动图22-2) 初始的地面点与锚点是对齐的,在默认值的状态下,相同质量的物体是静止的。如果我们调整地面点的位置,使得与锚点不再对齐,刚体受重力影响产生运动。如动图22-3所示。 (动图22-3) 4.5.2 ...
来源: Laya3.0_文档 发布时间: 20241014
...px 10px 20px 20px; 边缘的距离 vertical-align:top|bottom|middle; 垂直对齐方式 align:left|right|center; 水平对齐方式 line-height:20px; 行高 background-color:#ff0000; 背景颜色 border-color:#ff0000; 边框颜色 width:100px; 对象宽度 height:100px; 对象高度 示例用法: ...
来源: Laya3.0_api 发布时间: 20231102