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

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

121. Laya.MovieClip() new的时候崩溃了,在线等,很急!!!! [ 63%]

...- 1200) / 2; this.swfAni.zOrder = 3; this.swfAni.loop = false; this.swfAni.play(0,false); this.swfAni.visible = true; this.swfAni.on(laya.events.Event.COMPLETE, this, this.onSWFPlayComplete,[state]); return this.swfAni; } 2017-05-05 5 条评论 免费帖 --> 分享 微博 QZONE 微信 没有找到...

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

122. [0]Spine3.8.75报错:Error: Unsupported skeleton data, please export with a newer version of Spine. [ 63%]

...on.scale(0.5, 0.5);         this.skeleton.on(Event.STOPPED, this, this.play);         this.play();     }     onError() {         console.log("parse error");     }     play() {         console.log("1111111111");         if (++this.index >= this.skeleton.getAnimNum()) { ...

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

123. 1.7.10 weakmap [ 63%]

1.7.10 weakmap 更新引擎前,经常报"The play() request was interrupted by a call to pause()."的错,这个错在360极速浏览器上有极大几率卡死,其他浏览器没有问题。引擎更新成1.7.10后,把Laya.SoundManager.useAudioMusic设成false可以避免声音导致的卡...

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

124. Sprite的背景颜色怎么设置 [ 63%]

...题 刚打开 桌面调试出现报错Uncaught (in promise) DOMException: play() 关于同为object层,层级设置无效的问题 Laya3D里的material可以设置flat shading么 将list里的scrollBar设置mouseWheelEnable=false后过一段时间设置mouseWheelEnable=true;无法滚动 3D平行...

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

125. 图集动画播放问题 [ 63%]

图集动画播放问题 this.ded.play(0, false); this.ded.on(Laya.Event.COMPLETE, this, this.onHitOver);  播放完 "ded" 动画后, 有时候会出现延迟,没有立即运行onHitOver()方法,有什么解决办法吗? 2018-11-01 添加评论 免费帖 --> 分享 微博 QZONE 微信 没...

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

126. 播放龙骨动画一闪一闪的 [ 63%]

...骨动画设置循环播放就一闪一闪的   只有监听completf然后play(0,false)才播放正常  我就只想循环部分 不想用脚本控制  要怎么解决呢 2019-06-26 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 ...

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

127. 图集打包后使用Texture不显示啊 [ 63%]

...播放间隔(单位:毫秒) ani.index = 1; // 当前播放索引 ani.play(); // 播放图集动画 //Laya.stage.addChild(ani); //动画正常显示 文件路径都正常 } private init(): void { var assets: Array<any> = ; assets.push({ url: "res/start.json", type: Loader.ATLAS}); Laya.lo...

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

128. laya.ani.AnimationPlayer_API3.0 [ 62%]

...cted All Inherited Externals Only exported Menu Globals "laya/ani/AnimationPlayer" AnimationPlayer Class AnimationPlayer AnimationPlayer 类用于动画播放器。 Hierarchy EventDispatcher AnimationPlayer Index Constructors constructor Properties isCache playbackRate returnToZeroStopped Accessors ...

来源: Laya3.0_api 发布时间: 20231115

129. iframe页面嵌套下失焦(焦点在父窗口被聚焦),playMusic背景音乐播放无声音 [ 62%]

iframe页面嵌套下失焦(焦点在父窗口被聚焦),playMusic背景音乐播放无声音 public static function playSound(url:String, loops:int = 1, complete:Handler = null, soundClass:Class = null, startTime:Number = 0):SoundChannel { if ((!_isActive && loops != 0) || !url) return n...

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

130. 按F5,无法打开调试窗口?求解 [ 62%]

...题 刚打开 桌面调试出现报错Uncaught (in promise) DOMException: play() 点击代码编辑模器 就提示无法打开代码编辑器 请配置 这个怎么解决? 本地调试加载本地图片都报错 as3 ,LayaAir下调试matter.js物理引擎出错。 使用getChildByName()无法...

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