大约有 49 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0069 秒)
...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
...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
...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
...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
...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
...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
... 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
...= 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
...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