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

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

201. 对接上架字节跳动小游戏技术指南(TypeScript-小游戏适配文档-字节跳动小游戏) [ 45%]

...录的时候主动调该方法。例如角色死亡或者关卡结束 */ stop(): void { if (Browser.onTTMiniGame && this._recorder) { //监听录屏结束事件,停止后拿到生成的视频地址 this._recorder.onStop((res) => { console.log("录屏结束 res.videoPath:" + res.videoPath); //设...

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

202. vivo 的激励视频无法播放 app启动的时候报错 [ 45%]

...示 VM11 (no filename):8 ### App Framework ###  [warn] InnerAudioContext stop: currently is no music 2020-08-26 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 kylin 赞同来自: 我们的适配库在旧的版本...

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

203. laya.particle.Particle2D [ 45%]

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

204. Clip属性详解(JavaScript-IDE篇(JS)-IDE组件属性详解) [ 45%]

...roller); } function onClipSwitchState() { if (counter.isPlaying) { counter.stop(); currFrame = counter.index; controller.label = "播放"; } else { counter.play(); counter.index = currFrame; controller.label = "暂停"; } } })(); ```

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

205. 分享-js资源进度加载 [ 44%]

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

206. Spine适配版(TypeScript-LayaAir基础篇(TS)-动画基础) [ 44%]

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

207. Spine适配版(ActionScript-LayaAir基础篇(AS3)-动画基础) [ 44%]

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

208. laya.ani.swf.MovieClip [ 43%]

...se):Point 把stage的全局坐标转换为本地坐标。 Sprite  gotoAndStop(index:int):void 跳到某帧并停止播放动画。 MovieClip hasListener(type:String):Boolean 检查 EventDispatcher 对象是否为特定事件类型注册了任何侦听器。 EventDispatcher hitTestPoint(x:Number,...

来源: laya_api 发布时间: 20170929

209. Clip属性详解(TypeScript-IDE篇(TS)-IDE组件属性详解) [ 43%]

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

210. laya.ani.swf.MovieClip [ 43%]

...ll):Point 把stage的全局坐标转换为本地坐标。 Sprite  gotoAndStop(index:int):void 跳到某帧并停止播放动画。 MovieClip hasListener(type:String):Boolean 检查 EventDispatcher 对象是否为特定事件类型注册了任何侦听器。 EventDispatcher hitTestPoint(x:Number,...

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