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

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

601. laya.display.Text_API3.0 [ 25%]

...vCtx langPacks Accessors _isHeightSet _isWidthSet active activeInHierarchy align alpha anchorX anchorY bgColor blendMode bold borderColor cacheAs color components customRenderEnable destroyed displayHeight displayWidth displayedInStage drawCallOptimize filters font fontSize globalRotation globalScal...

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

602. laya.ui.FontClip_API3.0 [ 25%]

... drawtocanvCtx Accessors _isHeightSet _isWidthSet active activeInHierarchy align alpha anchorX anchorY autoPlay blendMode bottom cacheAs centerX centerY clipHeight clipWidth clipX clipY components customRenderEnable dataSource destroyed direction disabled displayHeight displayWidth displayedInStage ...

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

603. laya.ui.VBox [ 20%]

...ed Public Properties Show Inherited Public Properties PropertyDefined By align : String 子对象对齐方式。LayoutBox alpha : Number透明度,值为0-1,默认值为1,表示不透明。更改alpha值会影响drawcall。Sprite anchorX : NumberX轴锚点,值为0-1Component anchorY : Nu...

来源: laya_api 发布时间: 20170929

604. laya.ui.HBox [ 20%]

...ed Public Properties Show Inherited Public Properties PropertyDefined By align : String 子对象对齐方式。LayoutBox alpha : Number透明度,值为0-1,默认值为1,表示不透明。更改alpha值会影响drawcall。Sprite anchorX : NumberX轴锚点,值为0-1Component anchorY : Nu...

来源: laya_api 发布时间: 20170929

605. laya.ui.VBox [ 20%]

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

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

606. laya.ui.HBox [ 20%]

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

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

607. LayaAir和原生DOM交互(JavaScript-2D进阶篇(JS)-扩展模块) [ 18%]

...击舞台播放和暂停"; tex.color = "#ffffff"; tex.fontSize = 100; tex.valign = "middle"; tex.align = "center"; tex.size(Laya.stage.width, Laya.stage.height); } function onSuccess(url) { this.video = new Laya.Video(Laya.stage.width, Laya.stage.height); this.video.load(url); Laya.stage.addChild(th...

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

608. LayaAir和原生DOM交互(TypeScript-2D进阶篇(TS)-扩展模块) [ 17%]

...击舞台播放和暂停"; tex.color = "#ffffff"; tex.fontSize = 100; tex.valign = "middle"; tex.align = "center"; tex.size(Laya.stage.width,Laya.stage.height); } private onSuccess(url:string):void{ this.video = new Laya.Video(Laya.stage.width,Laya.stage.height); this.video.load(url); Laya.stage.add...

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

609. laya.ui.TextArea [ 17%]

...veInHierarchy : Boolean[read-only] 获取在场景中是否激活。 Node align : String 表示文本的水平显示方式。 取值: "left": 居左对齐显示。 "center": 居中对齐显示。 "right": 居右对齐显示。 Label alpha : Number透明度,值为0-1,默认值为1,表...

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

610. laya.ui.TextArea [ 17%]

...ed Public Properties Show Inherited Public Properties PropertyDefined By align : String 表示文本的水平显示方式。 取值: "left": 居左对齐显示。 "center": 居中对齐显示。 "right": 居右对齐显示。 Label alpha : Number透明度,值为0-1,默认值为1,表...

来源: laya_api 发布时间: 20170929