大约有 696 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0053 秒)
Laya3.0_api(324) Laya2.0_api(134) laya_api(106) Laya_社区(97) Laya2.0_文档(23) Laya3.0_文档(11) Laya2.0_示例(1)
...测依据。 Stage对象和UI的View组件默认为true。 Sprite iconOffset : String图标x,y偏移,格式:100,100Button label : String 按钮的文本内容。 Button labelAlign : String标签对齐模式,默认为居中对齐。Button labelBold : Boolean 表示按钮文本标签是否...
来源: laya_api 发布时间: 20170929
...测依据。 Stage对象和UI的View组件默认为true。 Sprite iconOffset : String图标x,y偏移,格式:100,100Button label : String 按钮的文本内容。 Button labelAlign : String标签对齐模式,默认为居中对齐。Button labelBold : Boolean 表示按钮文本标签是否...
来源: laya_api 发布时间: 20170929
...测依据。 Stage对象和UI的View组件默认为true。 Sprite iconOffset : String图标x,y偏移,格式:100,100Button label : String 按钮的文本内容。 Button labelAlign : String标签对齐模式,默认为居中对齐。Button labelBold : Boolean 表示按钮文本标签是否...
来源: Laya2.0_api 发布时间: 20190513
...测依据。 Stage对象和UI的View组件默认为true。 Sprite iconOffset : String图标x,y偏移,格式:100,100Button label : String 按钮的文本内容。 Button labelAlign : String标签对齐模式,默认为居中对齐。Button labelBold : Boolean 表示按钮文本标签是否...
来源: Laya2.0_api 发布时间: 20190513
... = 130; this.flag.height = 80; this.flag.mouseEnabled = true; this.flag.mouseThrough = false; this.flagText = new Text(); this.flag.addChild(this.flagText); this.flagText.text = "标记未读"; this.flagText.font = "Microsoft YaHei"; this.flagText.fontSize = 25; this.flagText.color = "#ffffff"; this...
来源: Laya2.0_示例 发布时间: 20251209
... super(...arguments); this._tileTextureSet = null; this._aniName = null; } setTileTextureSet (aniName, tileTextureSet) { this._aniName = aniName; this._tileTextureSet = tileTextureSet; ...
来源: Laya_社区 发布时间: 20220627