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

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

91. mac平台1.7.20.2beta版本下compileTargets设置不生效 [ 66%]

...置文本字体大小,单位是像素 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

92. LayaAirIDE中第一个程序“Hello Layabox”(ActionScript-LayaAir基础篇(AS3)-快速上手) [ 65%]

...e = 66;                           //设置字体描边             txt.stroke = 5;  //描边为5像素             txt.strokeColor = '#FFFFFF';                           //设置为粗体             txt.bo...

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

93. 一篇了解所有的LayaAir文本组件(TypeScript-LayaAir基础篇(TS)-文本) [ 65%]

...能同bold | | `color:#ff0000;` | 字体颜色 | | `stroke:2px;` | 字体描边宽度 | | `strokeColor:#ff0000;` | 字体描边颜色 | | `padding:10px 10px 20px 20px;` | 边缘的距离(上右下左) | | `line-height:100px;` | 行高(仅div中使用) | | `align:left|right|center` | 水平...

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

94. ShaderPass介绍(JavaScript-3D基础(JS)-LayaAir3D之shader) [ 63%]

...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

95. 报错:找不到基类,按照laya社区的解答做了,但是导致了另外一个类和接口出现一样的错 [ 63%]

... = true;                          txt.stroke = 5;//字体描边             txt.strokeColor = "#ffffff";             txt.pos(60, 100);             Laya.stage.bgColor = "#ffff00";             Laya.stage.addChild(txt);         }     } } 20...

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

96. 多行输入文本组件 · LayaAir3.0文档 · LAYABOX [ 63%]

...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

97. laya.ui.UIGroup [ 63%]

...表示按钮文本标签的字体大小。 UIGroup  labelStroke : Number 描边宽度(以像素为单位)。 默认值0,表示不描边。 UIGroup  labelStrokeColor : String 描边颜色,以字符串表示。 默认值为 "#000000"(黑色); UIGroup layoutEnabled : Boolean = true 是...

来源: laya_api 发布时间: 20170929

98. laya.ui.UIGroup [ 62%]

...表示按钮文本标签的字体大小。 UIGroup  labelStroke : Number 描边宽度(以像素为单位)。 默认值0,表示不描边。 UIGroup  labelStrokeColor : String 描边颜色,以字符串表示。 默认值为 "#000000"(黑色); UIGroup left : Number 从组件左边到...

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

99. 【分享】[UI组件专题] Label 与 Button (附:九宫格,九妹图) [ 62%]

...色),italic设置为true(斜体),padding设置为10,stroke(描边)设置为2,strokecolor为#e4ff20,uderline设置为true。到此,一个多彩的Label已经被制作出来,如图对照属性是否一致 下面来介绍button(图片资源在附件中下载),在此之前...

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

100. laya.ui.Button [ 62%]

... 表示按钮文本标签的字体大小。 Button  labelStroke : Number 描边宽度(以像素为单位)。 默认值0,表示不描边。 Button  labelStrokeColor : String 描边颜色,以字符串表示。 默认值为 "#000000"(黑色); Button layoutEnabled : Boolean = true 是...

来源: laya_api 发布时间: 20170929