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

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

61. laya.ui.AutoBitmap_API3.0 [ 51%]

...,比如"#ff0000"。 textAlign: string 文本对齐方式,可选值:"left","center","right"。 lineWidth: number 镶边线条宽度。 borderColor: string 定义镶边文本颜色。 Returns FillTextCmd fillText fillText(text: string | WordText, x: number, y: number, font: string, color: st...

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

62. laya.display.Graphics [ 50%]

...线条宽度。  textAlign:String — 文本对齐方式,可选值:"left","center","right"。 fillText()method  public function fillText(text:String, x:Number, y:Number, font:String, color:String, textAlign:String, underLine:int = 0):void 在画布上绘制文本。 Parameters text:String ...

来源: laya_api 发布时间: 20170929

63. 导航标签组组件 · LayaAir3.0文档 · LAYABOX [ 50%]

...值为#ffffff(白色) labelAlign 文本标签的水平对齐模式:left、center、right labelPadding 文本标签的边距。格式:上边距、右边距、下边距、左边距 strokeColors 勾选后,可以根据状态设置文本的描边颜色。分三种状态进行设置:鼠标移...

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

64. laya.display.Stage [ 49%]

...s PropertyDefined By  alignH : String 水平对齐方式。默认值为"left"。 取值范围: "left" :居左对齐; "center" :居中对齐; "right" :居右对齐; Stage  alignV : String 垂直对齐方式。默认值为"top"。 取值范围: "top" :居顶部对齐; "middle"...

来源: laya_api 发布时间: 20170929

65. 字体切片组件 · LayaAir3.0文档 · LAYABOX [ 48%]

...以按组管理资源。 align 水平对齐方式,共有三种方式。left:居左对齐,center:居中对齐,right:居右对齐。 sheet 位图内容范围,位图内容在有换行时需要在换行的位置添加空格。 value 位图数字内容。 spacex X方向项间隔,以像素...

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

66. 多选框组件 · LayaAir3.0文档 · LAYABOX [ 48%]

...态下的文本标签颜色 labelAlign 文本标签的水平对齐模式:left、center、right,默认为居左对齐 labelVAlign 文本标签的垂直对齐模式:top、middle、bottom,默认为居顶对齐 labelPadding 文本标签的边距。格式:上边距、右边距、下边距、左...

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

67. laya.display.Graphics [ 48%]

...线条宽度。  textAlign:String — 文本对齐方式,可选值:"left","center","right"。 ReturnsFillBorderTextCmdfillText()method  public function fillText(text:String, x:Number, y:Number, font:String, color:String, textAlign:String):FillTextCmd 在画布上绘制文本。 Parameters ...

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

68. laya.display.Stage [ 48%]

...是否激活。 Node  alignH : String 水平对齐方式。默认值为"left"。 取值范围: "left" :居左对齐; "center" :居中对齐; "right" :居右对齐; Stage  alignV : String 垂直对齐方式。默认值为"top"。 取值范围: "top" :居顶部对齐; "middle" ...

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

69. laya.ui.Tree_API3.0 [ 47%]

... Box { public function Item() { this.name = "render"; this.right = 0; this.left = 0; var selectBox:Clip = new Clip("resource/ui/clip_selectBox.png", 1, 2); selectBox.name = "selectBox"; selectBox.height = 24; selectBox.x = 13; selectBox.y = 0; selectBox.left = 12; addChild(selectBox); var folder:Cli...

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

70. laya.maths.Vector4_API3.0 [ 46%]

...d in laya/maths/Vector4.ts:130 插值四维向量。 Parameters a: Vector4 left向量。 b: Vector4 right向量。 t: number 插值比例。 out: Vector4 输出向量。 Returns void Static max max(a: Vector4, b: Vector4, out: Vector4): void Defined in laya/maths/Vector4.ts:362 分别取两个四维...

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