大约有 1,492 项符合查询结果, 库内数据总量为 31,625 项。 (搜索耗时: 0.0044 秒)
...回复 176*****233 赞同来自: 去soundmanager里面playsound方法 // if (!Browser.onMiniGame) // { // tSound= Laya.loader.getRes(url); // } tSound= Laya.loader.getRes(url); 改成这样 2018-05-10 0 0 分享 微博 QZONE 微信 赞同来自: 图在这里 2018-05-10 0 0 分享 微博 QZONE ...
来源: Laya_社区 发布时间: 20180510
...ent is the only varying element, you should offer a single app to deliver differing content to customers. If you would like to offer this content for purchase, it would be appropriate to use the in-app purchase API. Alternatively, you may consider creating a web app, which looks and behaves similar ...
来源: Laya_社区 发布时间: 20200415
...ent is the only varying element, you should offer a single app to deliver differing content to customers. If you would like to offer this content for purchase, it would be appropriate to use the in-app purchase API. Alternatively, you may consider creating a web app, which looks and behaves similar ...
来源: Laya_社区 发布时间: 20200420
...是根据鼠标移动做drawToCanvas就内存溢出了,LZ怎么解决的 if(this._htmlC){ this._htmlC.destroy(); } this._htmlC = this.zoomBox.drawToCanvas() 2017-11-01 0 0 分享 微博 QZONE 微信 cuixu_xucui 赞同来自: 刚更新到1.7.12就解决了 2017-11-01 0 0 分享 微博 QZONE 微...
来源: Laya_社区 发布时间: 20170407
...码设定ProgressBar相关的属性。 **运行示例效果:**  (图5)通过代码创建ProgressBar ProgressBar的其他属性也可以通过代码来设置,上述示例演示了如何通过代码创建不同皮肤(样式)的ProgressBar,有兴趣的读者可以自...
来源: Laya2.0_文档 发布时间: 20210715
...上就能找到) function dataURLtoBlob(base64Data):*{ var byteString; if (base64Data.split(",")[0].indexOf("base64") >= 0) byteString = Browser.window. atob(base64Data.split(",")[1]); else byteString = Browser.window.unescape(base64Data.split(",")[1]); var mimeString = base64Data .split(",")[0...
来源: Laya_社区 发布时间: 20181221
...Rate=60)] public class Main extends Sprite { public function Main():void { IFlash.setSize(800, 600);//2D项目中设置场景尺寸 IFlash.setOrientationEx(1); //是否为横屏模式 IFlash.setBgcolor("#FFFFFF"); //背景色 IFlash.showInfo(false); //是否显示帧率 if (stage) init(); else addEv...
来源: Laya_社区 发布时间: 20151225
... clip.name='Ele' +id; if (node.nodeName == "clip") { clip.autoPlay = true; //妖孽在此,此妖只吃新鲜数字常量,直接上供写上100...
来源: Laya_社区 发布时间: 20170918
...ya.init(100,100); var sessionStroage = Laya.Browser.window.sessionStroage; if(sessionStorage.pagecount){ sessionStorage.pagecount = parseInt(sessionStorage.pagecount)+1; } else{ sessionStorage.pagecount = 1; } console.log(sessionStorage.pagecount); ``` var sessionStroage = Laya.Browser.window.sessio...
来源: Laya2.0_文档 发布时间: 20210715
...d curated experience that they expect on the App Store, we have always specified that apps must be self-contained bundles. This means that the core features and functionality of the app must be contained within the binary of the software, rather than made possible by referring users outside of the a...
来源: Laya_社区 发布时间: 20190909