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

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

11. laya.ui.UIGroup [ 88%]

...UIGroup  labelFont : String 表示按钮文本标签的字体名称,以符串形式表示。 UIGroup  labelPadding : String 表示按钮文本标签的边距。 格式:"上边距,右边距,下边距,左边距"。 UIGroup  labels : String 标签集合符串。以逗号做分割,如"...

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

12. laya.ui.TextInput [ 87%]

...Bitmap 组件实例。 TextInput bgColor : String 文本背景颜色,以符串表示。 Label blendMode : String指定要使用的混合模式。目前只支持"lighter"。Sprite bold : Boolean 指定文本是否为粗体字。 默认值为 false,这意味着不使用粗体字。如果值...

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

13. laya.ui.TextInput [ 87%]

...Bitmap 组件实例。 TextInput bgColor : String 文本背景颜色,以符串表示。 Label blendMode : String指定要使用的混合模式。目前只支持"lighter"。Sprite bold : Boolean 指定文本是否为粗体字。 默认值为 false,这意味着不使用粗体字。如果值...

来源: laya_api 发布时间: 20170929

14. laya.ui.Label [ 85%]

...能有一定影响。 Sprite  bgColor : String 文本背景颜色,以符串表示。 Label blendMode : String指定要使用的混合模式。目前只支持"lighter"。Sprite  bold : Boolean 指定文本是否为粗体字。 默认值为 false,这意味着不使用粗体字。如果值...

来源: laya_api 发布时间: 20170929

15. laya.ui.TextArea [ 85%]

...Bitmap 组件实例。 TextInput bgColor : String 文本背景颜色,以符串表示。 Label blendMode : String指定要使用的混合模式。目前只支持"lighter"。Sprite bold : Boolean 指定文本是否为粗体字。 默认值为 false,这意味着不使用粗体字。如果值...

来源: laya_api 发布时间: 20170929

16. laya.ui.Label [ 85%]

...能有一定影响。 Sprite  bgColor : String 文本背景颜色,以符串表示。 Label blendMode : String指定要使用的混合模式。目前只支持"lighter"。Sprite  bold : Boolean 指定文本是否为粗体字。 默认值为 false,这意味着不使用粗体字。如果值...

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

17. laya.ui.TextArea [ 84%]

...Bitmap 组件实例。 TextInput bgColor : String 文本背景颜色,以符串表示。 Label blendMode : String指定要使用的混合模式。目前只支持"lighter"。Sprite bold : Boolean 指定文本是否为粗体字。 默认值为 false,这意味着不使用粗体字。如果值...

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

18. laya.ui.Button [ 81%]

... Button  labelFont : String 表示按钮文本标签的字体名称,以符串形式表示。 Button  labelPadding : String 表示按钮文本标签的边距。 格式:"上边距,右边距,下边距,左边距"。 Button  labelSize : int 表示按钮文本标签的字体大小。 Button ...

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

19. laya.ui.Button [ 81%]

... Button  labelFont : String 表示按钮文本标签的字体名称,以符串形式表示。 Button  labelPadding : String 表示按钮文本标签的边距。 格式:"上边距,右边距,下边距,左边距"。 Button  labelSize : int 表示按钮文本标签的字体大小。 Button ...

来源: laya_api 发布时间: 20170929

20. Byte二进制读写(JavaScript-LayaAir基础篇(JS)-数据与通信) [ 79%]

...个两个字节的整数 byte1.writeUTFString("hell world");//写入一个符串; byte.writeArrayBuffer(byte1.buffer,6);//把byte1的数据从第六个字节开始读入byte中。省略其中的浮点数20.0和整数16 byte.pos = 0;// console.log(byte.readUTFString())//从byte中读出符串...

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