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

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

161. laya.ui.Label [ 58%]

... Public Properties Show Inherited Public Properties PropertyDefined By  align : String 表示文本的水平显示方式。 取值: "left": 居左对齐显示。 "center": 居中对齐显示。 "right": 居右对齐显示。 Label alpha : Number透明度,值为0-1,默认值为1,表...

来源: laya_api 发布时间: 20170929

162. 【简单跑酷--JS版】---Lv.6 终篇 [ 57%]

...scoreTxt.text = "0"; this.scoreTxt.width = Config.GameWidth; this.scoreTxt.align = "right"; this.scoreTxt.x = -10; this.scoreTxt.y = 10; this.addChild(this.scoreTxt); //监听 按下 弹起 事件 Laya.stage.on(laya.events.Event.MOUSE_DOWN, this, this.onMouseDown); Laya.stage.on(laya.events.Event.MO...

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

163. laya2.0版本,富文本HTMLDivElement中<p>标签里使用<br />标签时报错,在<span>里也不行 [ 57%]

...:10px 10px 20px 20px;         边缘的距离      * vertical-align:top|bottom|middle;    垂直对齐方式      * align:left|right|center;             水平对齐方式      * line-height:20px;                    行高      * backgrou...

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

164. 相同的代码,输出的结果却不同(文本) [ 57%]

...方demo网页的结果: 我这边输出的结果: 可以看出: txt.align = "center" 无效,文字无法置中, txt.wordWrap = true 也无效,没有自动换行 难道是因为繁体的关系吗? 环境 win7 64bit丶Chrome、LayaAir 0.9.7丶FlashDevelop 附件 : --> 2016-04-24 添加...

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

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

...(上右下左) | | `line-height:100px;` | 行高(仅div中使用) | | `align:left|right|center` | 水平对齐方式(仅div中使用) | | `background-color:#ff0000;` | 背景颜色(仅div中使用) | | `border-color:#ff0000;` | 边框颜色(仅div中使用) | | `width:100px;` | ...

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

166. js进度,进度,js场景进度效果 [ 57%]

...age.bgColor = null; //背景透明 } //画布水平居中对齐 Laya.stage.alignH = Laya.Stage.ALIGN_CENTER; //画布垂直居中对齐 Laya.stage.alignV = Laya.Stage.ALIGN_MIDDLE; //设置适配模式 Laya.stage.scaleMode = Laya.Stage.SCALE_SHOWALL; //设置横竖屏 Laya.stage.screenMode = Laya.St...

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

167. 排坑:Laya.HttpRequest()无效 [ 57%]

...效呢 生成的粒子特效怎么设置colorComponentInter无效? 文本align="center", 对齐方式无效,无论设置什么值,都是左对齐 问题状态 最新活动: 2018-02-10 08:14 浏览: 1011 关注: 2 人 qian • 2018-02-10 09:54 好的 有问题及时反馈

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

168. laya.ui.FontClip_API3.0 [ 56%]

... drawtocanvCtx Accessors _isHeightSet _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 ...

来源: Laya3.0_api 发布时间: 20231115

169. 输入文本组件 · LayaAir3.0文档 · LAYABOX [ 56%]

...和UBB语法。还可以勾选模板,能够在字符串中使用变量 align 对齐方式,水平对齐(align)分别是left(居左对齐)、center(居中对齐)、right(居右对齐);垂直对齐(valign)分别是top(居顶对齐)、middle(居中对齐)、bottom(居底对齐...

来源: Laya3.0_文档 发布时间: 20241014

170. textinput动态修改宽度 会出现重叠的文字 [ 55%]

...eGrid = "50, 50, 50, 50"; input.fontSize = 80; input.size(128, 128); input.align = "center"; input.on(Laya.Event.INPUT, this, this.input, [input]); private input(input:Laya.TextInput, event:Event){ if(input.text.length &gt; 2){ input.width += 20; } } 请问怎么解决这个问题? 附件 : --> 20...

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