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

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

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

...ew Laya.Text(); Laya.stage.addChild(tex); tex.text = "单击舞台播放和暂停"; 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.st...

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

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

...ew Laya.Text(); Laya.stage.addChild(tex); tex.text = "单击舞台播放和暂停"; 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...

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

43. laya.spine.SpineSkeleton_API3.0 [ 27%]

...urns void paused paused(): void Defined in laya/spine/SpineSkeleton.ts:411 暂停动画的播放 Returns void pivot pivot(x: number, y: number): Sprite Inherited from Text.pivot Defined in laya/display/Sprite.ts:1159 设置轴心点。相当于分别设置pivotX和pivotY属性。 因为返回值为S...

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

44. laya.ani.bone.Skeleton_API3.0 [ 27%]

...turns void paused paused(): void Defined in laya/ani/bone/Skeleton.ts:1081 暂停动画的播放 Returns void pivot pivot(x: number, y: number): Sprite Inherited from Text.pivot Defined in laya/display/Sprite.ts:1159 设置轴心点。相当于分别设置pivotX和pivotY属性。 因为返回值为S...

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

45. laya.ui.VScrollBar_API3.0 [ 27%]

...Inherited from ScrollBar.stopMoveLimit Defined in laya/ui/ScrollBar.ts:540 暂停滚动的重载方法-add:xiaosong Optional tag tag: string Inherited from Node.tag Defined in laya/display/Node.ts:62 节点标签 topMoveLimit topMoveLimit: number = 0 Inherited from ScrollBar.topMoveLimit Defined in ...

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

46. laya.ui.HScrollBar_API3.0 [ 26%]

...Inherited from ScrollBar.stopMoveLimit Defined in laya/ui/ScrollBar.ts:540 暂停滚动的重载方法-add:xiaosong Optional tag tag: string Inherited from Node.tag Defined in laya/display/Node.ts:62 节点标签 topMoveLimit topMoveLimit: number = 0 Inherited from ScrollBar.topMoveLimit Defined in ...

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

47. laya.ui.ScrollBar_API3.0 [ 26%]

... stopMoveLimit stopMoveLimit: Function Defined in laya/ui/ScrollBar.ts:540 暂停滚动的重载方法-add:xiaosong Optional tag tag: string Inherited from Node.tag Defined in laya/display/Node.ts:62 节点标签 topMoveLimit topMoveLimit: number = 0 Defined in laya/ui/ScrollBar.ts:62 顶部移动...

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

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

...= new Text(); Laya.stage.addChild(text); text.text = "单击舞台播放和暂停"; text.color = "#FFFFFF"; text.fontSize = 100; text.valign = "middle"; text.align = "center"; text.size(Laya.stage.width, Laya.stage.height); } private function onSuccess(url:String):void { video = new Video(Laya.stage...

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

49. 和原生Dom交互 · LayaAir3.3 · 引擎文档 · LAYABOX [ 25%]

...ew Laya.Text(); Laya.stage.addChild(tex); tex.text = "单击舞台播放和暂停"; 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...

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