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

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

171. laya.ui.LayoutBox [ 41%]

...ad-only] 获取在场景中是否激活。 Node  align : String 子对象对齐方式。LayoutBox alpha : Number透明度,值为0-1,默认值为1,表示不透明。更改alpha值会影响drawcall。Sprite anchorX : NumberX锚点,值为0-1,设置anchorX值最终通过pivotX值来改变...

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

172. laya.ui.CheckBox [ 40%]

... label : String 按钮的文本内容。 Button labelAlign : String标签对齐模式,默认为居中对齐。Button labelBold : Boolean 表示按钮文本标签是否为粗体字。 Button labelColors : String 表示按钮各个状态下的文本颜色。 格式: "upColor,overColor,downColor,...

来源: laya_api 发布时间: 20170929

173. laya.ui.CheckBox [ 40%]

... label : String 按钮的文本内容。 Button labelAlign : String标签对齐模式,默认为居中对齐。Button labelBold : Boolean 表示按钮文本标签是否为粗体字。 Button labelColors : String 表示按钮各个状态下的文本颜色。 格式: "upColor,overColor,downColor,...

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

174. laya.ui.CheckBox_API3.0 [ 40%]

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

175. laya.ui.Button_API3.0 [ 40%]

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

176. laya.ui.Radio [ 39%]

... label : String 按钮的文本内容。 Button labelAlign : String标签对齐模式,默认为居中对齐。Button labelBold : Boolean 表示按钮文本标签是否为粗体字。 Button labelColors : String 表示按钮各个状态下的文本颜色。 格式: "upColor,overColor,downColor,...

来源: laya_api 发布时间: 20170929

177. laya.ui.Radio_API3.0 [ 39%]

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

178. laya.ui.Radio [ 39%]

... label : String 按钮的文本内容。 Button labelAlign : String标签对齐模式,默认为居中对齐。Button labelBold : Boolean 表示按钮文本标签是否为粗体字。 Button labelColors : String 表示按钮各个状态下的文本颜色。 格式: "upColor,overColor,downColor,...

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

179. laya.ui.FontClip [ 38%]

...n[read-only] 获取在场景中是否激活。 Node  align : String水平对齐方式FontClip alpha : Number透明度,值为0-1,默认值为1,表示不透明。更改alpha值会影响drawcall。Sprite anchorX : NumberX锚点,值为0-1,设置anchorX值最终通过pivotX值来改变节...

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

180. 文本进阶使用 · LayaAir3.3 · 引擎文档 · LAYABOX [ 35%]

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