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

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

181. laya.ui.Radio [ 28%]

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

来源: laya_api 发布时间: 20170929

182. laya.ui.CheckBox [ 28%]

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

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

183. laya.ui.Radio [ 28%]

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

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

184. LayaAir和原生DOM交互(ActionScript-2D进阶篇(AS3)-扩展模块) [ 26%]

...png"); Laya.stage.addChild(btn); //创建隐藏的file并且把它和按钮对齐。达到位置一致,这里我们默认在0点位置; var file:Object = Browser.document.createElement("input"); //设置file的样式 file.style="filter:alpha(opacity=0);opacity:0;width: 150px;height:60px;"; file....

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

185. laya.ui.Button_API3.0 [ 23%]

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

186. laya.ui.CheckBox_API3.0 [ 23%]

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

187. laya.ui.Radio_API3.0 [ 23%]

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

188. 2D物理系统 · LayaAir3.4 · 引擎文档 · LAYABOX [ 22%]

...果如动图22-2所示。 (动图22-2) 初始的地面点与锚点是对齐的,在默认值的状态下,相同质量的物体是静止的。如果我们调整地面点的位置,使得与锚点不再对齐,刚体受重力影响产生运动。如动图22-3所示。 (动图22-3) 4.5.2 ...

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

189. Unity插件使用说明(TypeScript-3D基础(TS)-LayaAir3D之3D场景可视化编辑) [ 20%]

...Color颜色值、Alpha透明度、Location颜色位置) | | Alignment(对齐) | 支持(包括:View朝向相机、Transform Z朝向自身局部坐标Z) | | Texture Mode(纹理模式) | 部分支持(包括:Stretch拉伸) | #### 4.8 地形的属性 关于地形,我们正在丰...

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

190. 绘制能力 · LayaAir3.4 · 引擎文档 · LAYABOX [ 20%]

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