大约有 91 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0037 秒)
...();停止的吗? user23434 • 2017-11-02 10:04 @Monica:我用laya.media.SoundChannel.stop():void Monica • 2017-11-02 10:49 @user23434:用SoundManager.stopMusic() user23434 • 2017-11-02 12:13 @Monica:有什么区别吗
来源: Laya_社区 发布时间: 20171101
...器编译出来的“不受支持的命令行”弹窗 iosapp获取到的soundChannel.position总是为0,导致不能继续播放 laya2.0如何用命令行执行清理并导出功能 你好,问下新发布的2.0有关于 自动打包的支持吗? layaair-cmd 是否更新了? ipad 声音管...
来源: Laya_社区 发布时间: 20171227
...nd方法如上。 原因:引擎会在失焦或者静音状态下不创建SoundChannel对象,等到上一个背景音乐播放完成后,在失焦或静音状态下无法继续播放下一个背景音乐。 2018-10-19 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结...
来源: Laya_社区 发布时间: 20181019
...reRes引起的内存泄露以及恢复图片显示闪烁 iosapp获取到的soundChannel.position总是为0,导致不能继续播放 请问2.0 删除脚本后再编译, GameConfig.ts 会自动恢复import和 reg, 然后报找不到该脚本的模块的错误 该如何处理 谢谢 关于safari横...
来源: Laya_社区 发布时间: 20180226
...rmore 赞同来自: 代码很简单 先load 再play let dreamsSound:Laya.SoundChannel = null Laya.loader.load("res/dreams.mp3",Laya.Handler.create(this,function(){ dreamsSound = Laya.SoundManager.playMusic("res/dreams.mp3") })) ...
来源: Laya_社区 发布时间: 20190716
...了,内存自动优化管理这些貌似没有吧! iosapp获取到的soundChannel.position总是为0,导致不能继续播放 对象destroy()后的还会耗用内存吗?页面的时间轴动画会跟着被清空吗? 问题状态 最新活动: 2019-06-17 15:22 浏览: 1746 关注: 3 人...
来源: Laya_社区 发布时间: 20190616
...Gyroscope, HttpRequest, Loader, LoaderManager, Node, Shake, Socket, Sound, SoundChannel, Texture, TimeLine, Transform3D, TransformUV EventDispatcher 类是可调度事件的所有类的基类。 Public Methods MethodDefined By event(type:String, data:* = null):Boolean 派发事件。 EventDispa...
来源: laya_api 发布时间: 20170929
... ObjectSubclasses HttpRequest, Loader, LoaderManager, Node, Socket, Sound, SoundChannel, Texture, TimeLine EventDispatcher 类是可调度事件的所有类的基类。 Public Methods MethodDefined By event(type:String, data:* = null):Boolean 派发事件。 EventDispatcher hasListener(type:...
来源: Laya2.0_api 发布时间: 20190513
...所有类的基类。 Hierarchy EventDispatcher Resource Node Transform3D SoundChannel Sound HttpRequest Loader AnimatorState AnimatorState2D Physics AnimationPlayer AxiGamepad ButtonGamepad WebXRInput WebXRSessionManager Accelerator Shake Gyroscope Socket TimeLine Index Methods event hasListener of...
来源: Laya3.0_api 发布时间: 20231115
...ot;"; MiniFileMgr.DESCENDING = 2; MiniFileMgr.NUMERIC = 16; class MiniSoundChannel extends Laya.SoundChannel { constructor(audio, miniSound) { super(); this._audio = audio; this._miniSound = miniSound; this._onEnd = MiniSoundChannel.bindToThis(this.__onEnd, this); audio.onEnded(this._onEnd); } ...
来源: Laya_社区 发布时间: 20200103