大约有 295 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0063 秒)
Laya_社区(203) Laya3.0_api(24) laya_api(15) Laya2.0_api(14) Laya2.0_文档(13) Laya_示例(12) Laya3.0_文档(7) Laya2.0_示例(7)
...是Audio在移动端会有手势的限制,gesture-requirement-for-media-playback属性表明必须有用户的手势操作才可以播放。 WebAudio是一种新的声音播放形式,可以加载多个声音进行合成,他是通过二进制文件解码成浏览器支持的格式进行播...
来源: Laya2.0_文档 发布时间: 20210715
...(0.3, 0.3); this._hero.on(Laya.Event.STOPPED, this, this._onPlayed); this._play(); } private _play() { if (this._curAction >= this._hero.getAnimNum()) { this._cu...
来源: Laya_社区 发布时间: 20160822
...放 暂停后再恢复 没有声音的问题修复 webAudioSoundChannel play方法修改 _proto = Laya.WebAudioSoundChannel.prototype; /** *播放声音 */ _proto.play = function () { // if (this.url.indexOf("music.d") != -1) { // console.log("play", this.url) // console.trace("play", this.url) ...
来源: Laya_社区 发布时间: 20201014
...tationAll Packages | All Classes | Index | Frames No Frames AnimationPlayerBaseProperties | Methods | Events | Constants Packagelaya.displayClasspublic class AnimationPlayerBaseInheritanceAnimationPlayerBase Sprite Node EventDispatcher ObjectSubclasses Animation, FrameAnimation 动画播...
来源: laya_api 发布时间: 20170929
...lean[只读]是否已经销毁。对象销毁后不能再使用。Node displayedInStage : Boolean[read-only] 表示是否在显示列表中显示。Node filters : Array滤镜集合。可以设置多个滤镜组合。Sprite globalScaleX : Number[read-only] 获得相对于stage的全局X轴缩放...
来源: laya_api 发布时间: 20170929
...是Audio在移动端会有手势的限制,gesture-requirement-for-media-playback属性表明必须有用户的手势操作才可以播放。 WebAudio是一种新的声音播放形式,可以加载多个声音进行合成,他是通过二进制文件解码成浏览器支持的格式进行播...
来源: Laya3.0_文档 发布时间: 20241014
...meBased() { this.roleAni.interval = 100; //循环播放动画 this.roleAni.play(0, false, "atk"); //this.roleAni.play(0,true,"fire"); //this.timeLine.addLabel("turnRight",0).to( this.roleAni.play(0, false, "atk")); } /** * 创建一组动画的url数组(美术资源地址数组) * aniName 动作...
来源: Laya_社区 发布时间: 20171228
... AnimationBaseProperties | Methods | Events | Constants Packagelaya.displayClasspublic class AnimationBaseInheritanceAnimationBase Sprite Node EventDispatcher ObjectSubclasses Animation, FrameAnimation 动画基类,提供了基础的动画播放控制方法和帧标签事件相关功能。 可...
来源: Laya2.0_api 发布时间: 20190513
...alse[只读]是否已经销毁。对象销毁后不能再使用。Node displayedInStage : Boolean[read-only] 表示是否在显示列表中显示。Node displayHeight : Number[read-only] 对象的显示高度(以像素为单位)。 Sprite displayWidth : Number[read-only] 对象的显示宽度...
来源: Laya2.0_api 发布时间: 20190513
...ion volume Methods event hasListener off offAll offAllCaller on once pause play resume stop Properties completeHandler completeHandler: Handler Defined in laya/media/SoundChannel.ts:28 播放完成处理器。 isStopped isStopped: boolean = false Defined in laya/media/SoundChannel.ts:24 表示声音...
来源: Laya3.0_api 发布时间: 20231115