大约有 1,641 项符合查询结果, 库内数据总量为 31,625 项。 (搜索耗时: 0.0053 秒)
Laya_社区(1481) Laya2.0_文档(45) Laya3.0_api(26) Laya_示例(21) Laya2.0_api(18) Laya3.0_文档(17) laya_api(17) Laya2.0_示例(16)
...题 刚打开 桌面调试出现报错Uncaught (in promise) DOMException: play() LayaAir2D示例 Mac 2.0.0beta3 Chrome调试黑屏 as3 ,LayaAir下调试matter.js物理引擎出错。 真机调试报错:LayaPlayer不支持的标签</SCRIPT> 路径是对的,但老是,调试控制台提示...
来源: Laya_社区 发布时间: 20191113
...题 刚打开 桌面调试出现报错Uncaught (in promise) DOMException: play() 在List渲染的时候,在滚动一个list的时候,如何实现另一个list也跟着滚动,并且两个list同时滚动一模一样。 通过laya嵌入iframe 后 原本laya禁止微信浏览器里面的上下滑...
来源: Laya_社区 发布时间: 20180410
...题 刚打开 桌面调试出现报错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
...题 刚打开 桌面调试出现报错Uncaught (in promise) DOMException: play() 真机调试报错:LayaPlayer不支持的标签</SCRIPT> 用了ByteArray的zlib.min.js后报错 runtime运行报错! 小游戏项目 加载有中文的json文件 报错 2.2.0beta4,微信上动态合批报错. ...
来源: Laya_社区 发布时间: 20190926
...Element.controls = false;//不现实控制播放按钮 // videoElement.autoplay = "autoplay";//自动播放 // videoElement.poster = GoldConsts.imgUrl; //设置在视频播放之前所显示的图片的 URL。 // 阻止IOS视频全屏 videoElement.setAttribute("webkit-playsinline", true); videoEleme...
来源: Laya_社区 发布时间: 20180313
... 用layaair2.0 ide 的编辑模式下,cpu爆满 真机调试报错:LayaPlayer不支持的标签</SCRIPT> 创建动效模板 可能存在bug 真机环境找不到window---cant find variable: window stack 播放背景音乐的问题 刚打开 桌面调试出现报错Uncaught (in promise) DOM...
来源: Laya_社区 发布时间: 20181011
...隔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
...。 下面粘贴一个小示例(仅供参考)package { import flash.display.Loader; import flash.display.MovieClip; import flash.display.Sprite; import flash.events.Event; import flash.net.URLRequest; import flash.system.ApplicationDomain; import flash.system.LoaderContext; public class SwfBinar...
来源: Laya_社区 发布时间: 20151224
...自: laya123 package huamao.layer.ui { import app.TheGame; import laya.display.Sprite; import laya.maths.Rectangle; public class CdSprite extends Sprite { public static const START:int = -90; public static const COLOR:String = "#000000"; private var r:Number = BarCell.WID / Math.SQRT2; private var r...
来源: Laya_社区 发布时间: 20171124
...o.pos(200, 0); //切换动画皮肤 hero.showSkinByIndex(0); //播放 hero.play(0, true); this.img_sample.addChild(hero); this.sk_hero = hero; Laya.timer.once(200, this, () => { hero.on(Laya.Event.CLICK, this, this.onHeroClick); let bbox = hero.getSelfBounds(); hero.hitArea = bbox; }); } 附件 :...
来源: Laya_社区 发布时间: 20180905