大约有 215 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0051 秒)
Laya_社区(134) Laya2.0_文档(28) Laya3.0_文档(16) Laya2.0_api(14) laya_api(11) Laya3.0_api(10) Laya2.0_示例(1) Laya_示例(1)
...置文本字体大小,单位是像素 txt.fontSize = 66; //设置字体描边 txt.stroke = 5; //描边为5像素 txt.strokeColor = '#FFFFFF'; //设置为粗体 txt.bold = true; //设置文本的显示起点位置X,Y txt.pos(60, 100); //设置舞台背景色 Laya.stage.bgColor = '#23238E'; //将文...
来源: Laya_社区 发布时间: 20180914
...e = 66; //设置字体描边 txt.stroke = 5; //描边为5像素 txt.strokeColor = '#FFFFFF'; //设置为粗体 txt.bo...
来源: Laya2.0_文档 发布时间: 20210715
...能同bold | | `color:#ff0000;` | 字体颜色 | | `stroke:2px;` | 字体描边宽度 | | `strokeColor:#ff0000;` | 字体描边颜色 | | `padding:10px 10px 20px 20px;` | 边缘的距离(上右下左) | | `line-height:100px;` | 行高(仅div中使用) | | `align:left|right|center` | 水平...
来源: Laya2.0_文档 发布时间: 20210715
...tate ``` ### 1.多ShaderPass简单示例 下方示例来自于官方多Pass描边示例([demo示例](http://layaair2.ldc2.layabox.com/demo2/?language=ch&category=3d&group=Shader&name=Shader_MultiplePassOutline))。 ##### 第一个Pass使用的着色器: 顶点着色器 `outline.vs` 代码如...
来源: Laya2.0_文档 发布时间: 20210714
... = true; txt.stroke = 5;//字体描边 txt.strokeColor = "#ffffff"; txt.pos(60, 100); Laya.stage.bgColor = "#ffff00"; Laya.stage.addChild(txt); } } } 20...
来源: Laya_社区 发布时间: 20171025
...a.underlineColor = "#ff0000"; //下划线颜色 this.txtarea.stroke = 5; //描边宽度 this.txtarea.strokeColor = "#000000" ; //描边颜色 this.txtarea.wordWrap = true; //自动换行 this.txtarea.overflow = "scroll"; //文本溢出 this.txtarea.skin = "atlas/comp/textarea.png"; //皮肤 this.txt...
来源: Laya3.0_文档 发布时间: 20241014
...表示按钮文本标签的字体大小。 UIGroup labelStroke : Number 描边宽度(以像素为单位)。 默认值0,表示不描边。 UIGroup labelStrokeColor : String 描边颜色,以字符串表示。 默认值为 "#000000"(黑色); UIGroup layoutEnabled : Boolean = true 是...
来源: laya_api 发布时间: 20170929
...表示按钮文本标签的字体大小。 UIGroup labelStroke : Number 描边宽度(以像素为单位)。 默认值0,表示不描边。 UIGroup labelStrokeColor : String 描边颜色,以字符串表示。 默认值为 "#000000"(黑色); UIGroup left : Number 从组件左边到...
来源: Laya2.0_api 发布时间: 20190513
...色),italic设置为true(斜体),padding设置为10,stroke(描边)设置为2,strokecolor为#e4ff20,uderline设置为true。到此,一个多彩的Label已经被制作出来,如图对照属性是否一致 下面来介绍button(图片资源在附件中下载),在此之前...
来源: Laya_社区 发布时间: 20171222
... 表示按钮文本标签的字体大小。 Button labelStroke : Number 描边宽度(以像素为单位)。 默认值0,表示不描边。 Button labelStrokeColor : String 描边颜色,以字符串表示。 默认值为 "#000000"(黑色); Button layoutEnabled : Boolean = true 是...
来源: laya_api 发布时间: 20170929