大约有 179 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0041 秒)
...经在用了,但是里面有个问题,我在上面也提到过,关于背景音乐暂停后播放是从头开始播放的。 @1600653003用户 这位兄弟也帮忙单独出了个库文件。测试是没问题的。 现在我们准备上线ios但是发现ios其实也是存在这个问题的,...
来源: Laya_社区 发布时间: 20200921
...clientHeight, Laya.WebGL); 这行的大小不要抓浏览器,改用固定背景大小,试过不会有白屏现象
来源: Laya_社区 发布时间: 20171123
...什么软件生成的? 求教: soundManager如何停止正在播放的背景音乐 问题状态 最新活动: 2018-07-12 11:21 浏览: 1733 关注: 3 人 Laya_Aaron • 2018-07-09 11:39 你想调整缩放调整不了? Laya_Aaron • 2018-07-09 11:41 @Laya_Aaron:这段话的意思是 修改 lh ...
来源: Laya_社区 发布时间: 20180705
...原位置,应该用什么缓动模式 富文本下划线绘制bug 播放背景音乐的问题 刚打开 桌面调试出现报错Uncaught (in promise) DOMException: play() mac 用layaair2.0 ide 的编辑模式下,cpu爆满 问题状态 最新活动: 2018-12-27 09:35 浏览: 1751 关注: 4 人 thl...
来源: Laya_社区 发布时间: 20180813
...屏问题 5:部分安卓机,特别魅族PRO6在APP中打开会出现背景特别特别糊的问题(暂时没发现为什么,也就任之了) 以上问题是项目中遇到的问题,也许有一些是我个人技术不足没有解决,如有知晓解决方法的,望指教,不盛...
来源: Laya_社区 发布时间: 20171031
...ya.Image; constructor() { //Laya.init(400, 640, Laya.WebGL); //设置舞台背景色 Laya.stage.bgColor = "#ffffff" Laya.Stat.show() //资源路径 this.Res = "test.png"; this.img = new Laya.Image(); this.img.pos(200, 200) //获取图片资源,绘制到画布 this.img.skin = this.Res //添加到...
来源: Laya_社区 发布时间: 20171211
...2倍,但 destination-out 仍然把背后所有图都抠了,变成黑的背景 WaIker • 2019-10-23 23:19 laya.core.js line 13106 if (tCacheType === 'bitmap' && (w > 2048 || h > 2048)) { console.warn("cache bitmap size larger than 2048,cache ignored"); _cacheStyle.release...
来源: Laya_社区 发布时间: 20180713
... = new Sprite(); // 守护神 this.angel = new Sprite(); // 加载主体的背景 Laya.loader.load("res/island.png", Handler.create(this, function() { // 图片加载 var t = Laya.loader.getRes("res/island.png"); var tBall = Texture.create(t,866,190,548,305); var tTower = Texture.create(t,data.tower...
来源: Laya_社区 发布时间: 20170720
...tOrientationEx(1); //是否为横屏模式 IFlash.setBgcolor("#000000"); //背景色 IFlash.showInfo(false); //是否显示帧率 //[IF-JS]value = 100; } } } 代码中使用LayaFlash的宏编译定义了一行只会在JS中运行的代码,这句代码在“AS3开发IDE”中编译不会提示...
来源: Laya_社区 发布时间: 20151218
...家伙很懒,什么都没留下…… **/ interface ITextFormat { /** * 背景色 */ bgColor?: string; /** * 是否加粗 */ bold?: number; /** * 文本框背景色 */ borderColor?: string; /** * 文本颜色 */ color?: string; /** * 字体 */ font?: string; /** * 字体大小 */ fontSize?: number...
来源: Laya_社区 发布时间: 20171226