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

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

181. rigidBody.applyForce 物体不会移动 [ 31%]

...("Walk"); this.animator.speed = 1.0; } private onKeyDown(): void { //開始暂停動畫 this.MonsterMoveToMainCharacter(); // console.log(this.monster_character.transform.position); //this.animator.speed = 0.0; let keyW = Laya.KeyBoardManager.hasKeyDown(87); let keyS = Laya.KeyBoardManager.hasKeyDow...

来源: Laya_社区 发布时间: 20200917

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

...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

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

...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

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

...= 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

185. 和原生Dom交互 · LayaAir3.0文档 · LAYABOX [ 26%]

...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_文档 发布时间: 20230629

186. laya.resource.VideoTexture_API3.0 [ 24%]

...videoPause videoPause(): void Defined in laya/resource/VideoTexture.ts:106 暂停播放视频 Returns void videoPlay videoPlay(): void Defined in laya/resource/VideoTexture.ts:97 开始播放视频 Returns void Static destroyUnusedResources destroyUnusedResources(): void Inherited from Resource.dest...

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

187. laya.device.media.Video_API3.0 [ 15%]

...sed(): boolean Defined in laya/device/media/Video.ts:397 返回视频是否暂停 Returns boolean pivotX get pivotX(): number set pivotX(value: number): void Inherited from AnimationBase.pivotX Defined in laya/display/Sprite.ts:888 X轴 轴心点的位置,单位为像素,默认为0。轴心点...

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

188. laya.media.VideoNode_API3.0 [ 14%]

...paused(): boolean Defined in laya/media/VideoNode.ts:281 返回视频是否暂停 Returns boolean pivotX get pivotX(): number set pivotX(value: number): void Inherited from Text.pivotX Defined in laya/display/Sprite.ts:926 X轴 轴心点的位置,单位为像素,默认为0。轴心点会影响...

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

189. laya.spine.SpineSkeleton_API3.0 [ 8%]

...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

190. laya.ani.bone.Skeleton_API3.0 [ 7%]

...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