大约有 68 项符合查询结果, 库内数据总量为 30,903 项。 (搜索耗时: 0.0070 秒)
...er.load([{url: "res/atlas/comp.json", type: Loader.ATLAS}], Handler.create(this, onLoaded)); } private function onLoaded():void { //实例UI界面 var testView:TestView = new TestView(); Laya.stage.addChild(testView); } } } ``` `WorkerLoader.workerPath = "libs/worker.js";`设置worker.js的路...
来源: Laya2.0_文档 发布时间: 20210715
...ring ="http://layabox.com/"; qrcode.makeCode(url); Laya.stage.once("click",this,clickHandler); qrcodeSp = new Sprite(); Laya.stage.addChild(qrcodeSp); } private function clickHandler():void { var url:String = qrcode._oDrawing._elImage.src;//获取,注意这里是异步的,开发者可以加个...
来源: Laya2.0_文档 发布时间: 20210715
示例打地鼠发布打包后提示TypeError: this.preinitialize is not a function $ adb shell am start -n "com.layabox.game/demo.MainActivity" -a android.intent.action.MAIN -c android.intent.category.LAUNCHER -D Waiting for application to come online: com.layabox.game.test | com.layabox.game Conn...
来源: Laya_社区 发布时间: 20171218
...lor = "#ffcccc"; var div:any = Laya.Browser.document.createElement("div"); this.qrcode = new Laya.Browser.window.QRCode(div,{ width:100, height:100 }); var url:string = "http://layabox.com/"; this.qrcode.makeCode(url); Laya.stage.once("click",this,this.clickHandler); this.qrcodeSp = new Laya.Sprite(...
来源: Laya2.0_文档 发布时间: 20210715
...bgColor = "#ffcccc"; var div = Laya.Browser.document.createElement("div"); this.qrcode = new Laya.Browser.window.QRCode(div,{ width:100, height:100 }); var url = "http://layabox.com/"; this.qrcode.makeCode(url); Laya.stage.once("click",this,clickHandler); this.qrcodeSp = new Laya.Sprite(); Laya.stag...
来源: Laya2.0_文档 发布时间: 20210714
...8224f64ddb 08-14 10:57:48.979 22228-22354/? I/LayaBox: release JSWebSocket this=adf7dbf8 deletgate=adfb4648 08-14 10:57:49.131 3084-3555/? D/AudioFlinger: mixer(0xaad8e188) throttle end: throttle time(29) --------- beginning of crash 08-14 10:57:49.222 22858-22354/? A/google-breakpad: ...
来源: Laya_社区 发布时间: 20180814
...class A { protected _id:number = 1; public get id():number { return this._id } public set id(value:number){ this._id = vaule; } } class B extends A { public set id(value:number){ this._id = value + 1; } } class C extends A { public get id():number { return this._id } ...
来源: Laya_社区 发布时间: 20161109
...ed 2018-11-26 18:31:45.575 1505-1538/? E/PackageManager.DexOptimizer: Well this is awkward; package null had UID -1 java.lang.Throwable at com.android.server.pm.PackageDexOptimizer.performDexOptLI(PackageDexOptimizer.java:149) at com.android.server.pm.PackageDexOptimize...
来源: Laya_社区 发布时间: 20181126