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

大约有 1,644 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0165 秒)

1521. ipad 声音管理无法暂停继续播放,只能从头开始,pc端正常,代码如下 [ 47%]

...续播放,只能从头开始,pc端正常,代码如下    private playSoundLead() {         if (!this.soundMan || this.playBoo) {             this.soundMan = Laya.SoundManager.playMusic(this.leadSoundUrl, 1, Handler.create(this, this.soundEndFun1));             this._btnTimeOu...

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

1522. "加载模型时出现LoaderManager:unknown file(E:/layaprj/layascene/bin/null path) extension with: null." [ 47%]

...题 刚打开 桌面调试出现报错Uncaught (in promise) DOMException: play() laya怎么跨域加载图片 问题状态 最新活动: 2017-10-16 17:30 浏览: 1255 关注: 3 人 zjw123456 • 2017-10-16 19:08 好的,谢谢! zjw123456 • 2017-10-16 19:11 这个标题搜不到呀!? zjw1234...

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

1523. box2d引擎报错问题 [ 47%]

...fect.pos(this._sp.x, this._sp.y); this._sp.parent.addChild(effect); effect.play(0, false); this.owner.removeSelf(); Laya.Pool.recover("flyCat", this.owner) } } createEffect(): Laya.Animation { let ani: Laya.Animation = new Laya.Animation(); ani.loadAnimation("catFly.ani"); ani.on(Laya.Event.COMPLETE...

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

1524. 2.4.0怎么调试呢? [ 47%]

...题 刚打开 桌面调试出现报错Uncaught (in promise) DOMException: play() LayaAir2D示例 Mac 2.0.0beta3 Chrome调试黑屏 as3 ,LayaAir下调试matter.js物理引擎出错。 真机调试报错:LayaPlayer不支持的标签</SCRIPT> 路径是对的,但老是,调试控制台提示...

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

1525. List组件拖动浏览时item会出现重叠的现象 [ 47%]

...题 刚打开 桌面调试出现报错Uncaught (in promise) DOMException: play() 在List渲染的时候,在滚动一个list的时候,如何实现另一个list也跟着滚动,并且两个list同时滚动一模一样。 通过laya嵌入iframe 后 原本laya禁止微信浏览器里面的上下滑...

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

1526. Uncaught TypeError: Cannot read property '_tf' of null [ 46%]

...题 刚打开 桌面调试出现报错Uncaught (in promise) DOMException: play() 鼠标自定义样式官方有支持吗,Laya.Mouse.hide()会报Uncaught TypeError: Cannot read property 'cursor' of undefined错误 Uncaught TypeError: Cannot read property 'props' of undefined Uncaught unknown animat...

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

1527. Laya.HTMLDivElement解析img标签报错 [ 46%]

...题 刚打开 桌面调试出现报错Uncaught (in promise) DOMException: play() 真机调试报错:LayaPlayer不支持的标签</SCRIPT> 用了ByteArray的zlib.min.js后报错 runtime运行报错! 小游戏项目 加载有中文的json文件 报错 2.2.0beta4,微信上动态合批报错. ...

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

1528. video在安卓手机上,怎么设置同层播放,还有怎么设置隐藏控制播放按钮 [ 46%]

...Element.controls = false;//不现实控制播放按钮 // videoElement.autoplay = "autoplay";//自动播放 // videoElement.poster = GoldConsts.imgUrl; //设置在视频播放之前所显示的图片的 URL。 // 阻止IOS视频全屏 videoElement.setAttribute("webkit-playsinline", true); videoEleme...

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

1529. layaAir2.0动效模板报错Uncaught Can not find class ui.aniTemplates.bigToSmallUI [ 46%]

... 用layaair2.0 ide 的编辑模式下,cpu爆满 真机调试报错:LayaPlayer不支持的标签</SCRIPT> 创建动效模板 可能存在bug 真机环境找不到window---cant find variable: window stack 播放背景音乐的问题 刚打开 桌面调试出现报错Uncaught (in promise) DOM...

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

1530. new Laya.Templet() 时,说这不是一个constructor [ 46%]

...隔30毫秒 this.aniFighter.index = 1;//当前播放索引 this.aniFighter.play();//播放图集动画 this.aniFighter.loop = false; //获取动画边界信息,设置锚点 var rectBounds:Rectangle = this.aniFighter.getGraphicBounds(); var rectBounds1:Rectangle = this.aniFighter.getBounds(); //QUE...

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