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

大约有 232 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0068 秒)

91. ShaderPass介绍(ActionScript-3D基础(AS3)-LayaAir3D之shader) [ 66%]

...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_文档 发布时间: 20210715

92. Label属性详解(TypeScript-IDE篇(TS)-IDE组件属性详解) [ 66%]

...示为斜体。 | | wordWrap | 文本是否换行。 | | stroke | 文本的描边宽度。 | | strokeColor | 文本的描边颜色。 | | asPassword | 文本是否显示为密码样式。 | | leading | 文本的垂直行间距。 | | padding | 文本的边距。 | ## 二、通过代码创建Label组...

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

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

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

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

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

95. 一篇了解所有的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

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

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

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

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

98. laya.ui.UIGroup [ 63%]

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

来源: laya_api 发布时间: 20170929

99. 多行输入文本组件 · LayaAir3.4 · 引擎文档 · 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_文档 发布时间: 20251010

100. laya.ui.UIGroup [ 62%]

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

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