大约有 246 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0046 秒)
Laya_社区(154) Laya3.0_api(22) laya_api(21) Laya2.0_api(16) Laya2.0_文档(13) Laya2.0_示例(8) Laya_示例(8) Laya3.0_文档(4)
...录的时候主动调该方法。例如角色死亡或者关卡结束 */ stop(): void { if (Browser.onTTMiniGame && this._recorder) { //监听录屏结束事件,停止后拿到生成的视频地址 this._recorder.onStop((res) => { console.log("录屏结束 res.videoPath:" + res.videoPath); //设...
来源: Laya2.0_文档 发布时间: 20210715
...示 VM11 (no filename):8 ### App Framework ### [warn] InnerAudioContext stop: currently is no music 2020-08-26 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 kylin 赞同来自: 我们的适配库在旧的版本...
来源: Laya_社区 发布时间: 20200826
...lean = false, ratio:Number = 0.92):void 开始拖动此对象。 Sprite stop():void 停止 Particle2D stopDrag():void停止拖动此对象。Sprite timerLoop(delay:int, caller:*, method:Function, args:Array = null, coverBefore:Boolean = true, jumpFrame:Boolean = false):void 定时重复执行...
来源: Laya2.0_api 发布时间: 20190513
...roller); } function onClipSwitchState() { if (counter.isPlaying) { counter.stop(); currFrame = counter.index; controller.label = "播放"; } else { counter.play(); counter.index = currFrame; controller.label = "暂停"; } } })(); ```
来源: Laya2.0_文档 发布时间: 20210715
...SFX_spin.mp3", type: Laya.Loader.SOUND } , { url: "video/mp3/SB02_SFX_spin_stop.mp3", type: Laya.Loader.SOUND } , { url: "video/mp3/sfx_big_win.mp3", type: Laya.Loader.SOUND } , { url: "video/mp3/sfx_button.mp3", type: Laya.Loader.SOUND } , { url: "video/mp3/sfx_coin_fly.mp3", type: Laya.Loader.SOUN...
来源: Laya_社区 发布时间: 20171217
...ght / 2 + 100); this.skeleton.scale(0.5, 0.5); this.skeleton.on(Laya.Event.STOPPED, this, this.play) this.play(); } private onError(): void{ console.log("parse error"); } private play(): void { console.log("1111111111"); if(++this.index >= this.skeleton.getAnimNum()) { this.index = 0 } this.skeleton...
来源: Laya2.0_文档 发布时间: 20210715
...r.height / 2 + 100); this.skeleton.scale(0.5, 0.5); this.skeleton.on(Event.STOPPED, this, this.play) this.play(); } private function onError(): void{ trace("parse error"); } private function play(): void { console.log("1111111111"); if(++this.index >= this.skeleton.getAnimNum()) { this.index = 0 } t...
来源: Laya2.0_文档 发布时间: 20210715
...se):Point 把stage的全局坐标转换为本地坐标。 Sprite gotoAndStop(index:int):void 跳到某帧并停止播放动画。 MovieClip hasListener(type:String):Boolean 检查 EventDispatcher 对象是否为特定事件类型注册了任何侦听器。 EventDispatcher hitTestPoint(x:Number,...
来源: laya_api 发布时间: 20170929
...ate onClipSwitchState(): void { if (this.counter.isPlaying) { this.counter.stop(); this.currFrame = this.counter.index; this.controller.label = "播放"; } else { this.counter.play(); this.counter.index = this.currFrame; this.controller.label = "暂停"; } } } } new laya.UI_Clip(); ```
来源: Laya2.0_文档 发布时间: 20210714
...ll):Point 把stage的全局坐标转换为本地坐标。 Sprite gotoAndStop(index:int):void 跳到某帧并停止播放动画。 MovieClip hasListener(type:String):Boolean 检查 EventDispatcher 对象是否为特定事件类型注册了任何侦听器。 EventDispatcher hitTestPoint(x:Number,...
来源: Laya2.0_api 发布时间: 20190513