大约有 1,601 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0053 秒)
Laya_社区(1446) Laya2.0_文档(45) Laya3.0_api(26) Laya_示例(21) Laya2.0_api(18) laya_api(17) Laya2.0_示例(16) Laya3.0_文档(12)
...播放结束后仍然跳帧 用demo里的raptor.sk进行测试,mArmature.play(0,false,true,500);,但是在触发completeHandler之后没有停下来,仍然会跳帧,甚至在completeHandler中手动stop也不行 2017-11-12 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相...
来源: Laya_社区 发布时间: 20171112
...在微信中 , 报错 VM6099:1 gameThirdScriptError Cannot read property 'play' of null TypeError: Cannot read property 'play' of null at MiniSoundChannel.__proto.play (http://127.0.0.1:24812/game/code.js:22424:14) at SimpleSoundManager.SimpleSoundManager.playSound (http://127.0.0.1:2481...
来源: Laya_社区 发布时间: 20181122
...加到舞台 // Laya.stage.addChild(tl); // //播放Animation动画 // tl.play(); //创建一个新的Animation实例 var tl2 = new Laya.Animation(); //加载动画文件 tl2.loadAnimation("test.ani"); //添加到舞台 Laya.stage.addChild(tl2); //播放Animation动画的pivot动画 tl2.play(0,true,...
来源: Laya_社区 发布时间: 20190708
... layaAir小孟 赞同来自: 您好,在PC端可以在任何时机调用play(),因此,可以在程序开始运行时就使Video开始播放。但是在移动端,只有在用户第一次触碰屏幕后才可以调用play(),所以移动端不可能在程序开始运行时就自动开始播放...
来源: Laya_社区 发布时间: 20231007
....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.play(this.index, fa...
来源: Laya2.0_文档 发布时间: 20210715
...me("VideoNode") as Laya.VideoNode; videoNode.source = 'xxx.mp4'; videoNode.play(); // 上面代码在PC端安卓苹果等自带浏览器支持视频播放,但是在微信浏览器无任何显示。 let mat = new Laya.UnlitMaterial(); mat.albedoTexture = videoNode.videoTexture; this.owner.xxx.getCh...
来源: Laya_社区 发布时间: 20230825
... 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 } this.skeleton.play(th...
来源: Laya2.0_文档 发布时间: 20210715
...玩一玩暂时是用不了吗?播放的时候报错误:TypeError: tSound.play is not a function. (In 'tSound.play(startTime,loops)', 'tSound.play' is undefined)
来源: Laya_社区 发布时间: 20180328
...gt; { Laya.loader.load("resources/layaAir.mp4").then(() => { this.video.play(); //播放视频 }); }) } } 如果是在LayaAir IDE中运行,则VideoNode无需通过事件触发播放。但是在Chrome中,自动播放只允许静音自动播放。只有用户进行交互(单击、双击等)...
来源: Laya3.0_文档 发布时间: 20241014
...ion Methods dispose event hasListener load off offAll offAllCaller on once play Accessors duration get duration(): number Defined in laya/media/Sound.ts:31 获取总时间。 Returns number Methods dispose dispose(): void Defined in laya/media/Sound.ts:38 释放声音资源。 Returns void event eve...
来源: Laya3.0_api 发布时间: 20231115