大约有 161 项符合查询结果, 库内数据总量为 31,625 项。 (搜索耗时: 0.0054 秒)
... be Scene,please use other function to load this file.;at api readFile success callback function Error: Scene: the .lh file root type must be Scene,please use other function to load this file. at MyScene.__proto.onAsynLoaded (http://127.0.0.1:59022/game/code.js:81644:10) at ResIn...
来源: Laya_社区 发布时间: 20180317
...nonFullScreen=0 suim:1 s.29} for app:com.layabox.test V/HwPolicyFactory: : success to get AllImpl object and return.... V/ActivityThread: callActivityOnCreate I/HwApsImpl: APS: new HwApsImpl created I/hwaps: HwAps: JNI_OnLoad V/HwWidgetFactory: : successes to get AllImpl object and return.... D/Text...
来源: Laya_社区 发布时间: 20190723
...ddrinfo runtime.layabox.com 80 0 2 1 0 0 I/SENTRY ( 5526): [DEBUG] Resolve success, Q = runtime.layabox.com, A = 110.53.75.44. I/GlobalPushManager( 4888): checkPollAndPopSend --> mSenderInfo = SenderInfo{mSendList_size = 0, mLock = java.lang.Object@371aea59, mLastTimeSender = 0} I/wpa_supplicant(...
来源: Laya_社区 发布时间: 20170320
...} private function onSocketOpen(e:*=null):void { trace("Service connection successful!"); MsgManger.SendMsg("SockeConnetSucc"); } private function onSocketClose(e:*=null):void { trace("Socket closed"); } private function onMessageReveived(message:*=null):void { trace("============message============...
来源: Laya_社区 发布时间: 20170724
...t.shareVideo({ videoPath: this._videoPath, title: "测试分享的标题", success() { console.log("分享成功"); }, fail(e) { console.log("分享失败"); }, }); } } } ``` 至此,接入字节小游戏的API流程也介绍完了,开发者可以举一反三,再接入其它的API。即可以...
来源: Laya2.0_文档 发布时间: 20210715
...eThirdScriptError Cannot read property 'apply' of undefined;at api request success callback function TypeError: Cannot read property 'apply' of undefined at Function.eof (http://127.0.0.1:34822/game/code.js:52215:69) at Class (http://127.0.0.1:34822/game/code.js:52729:37) at Type.g...
来源: Laya_社区 发布时间: 20180704
...5657+0800 layabox[3608:626741] [DYMTLInitPlatform] platform initialization successful 2020-04-22 18:21:18.095807+0800 layabox[3608:626634] >>>>>>Thread Mode = double 2020-04-22 18:21:18.096172+0800 layabox[3608:626634] 当前应用软件版本:2.0 2020-04-22 18:21:18.096347+0800 la...
来源: Laya_社区 发布时间: 20200422
...=>{ console.log(data); }); process.on("exit",(code,signal)=>{ console.log("success"); console.log(code,signal); cb(); }) } //创建一个名称为compile的gulp任务 task("compile", function(){ /** * @ 监听src目录下的所有子目录的所有文件, * @ 延迟1000毫秒,才执行下次监...
来源: Laya2.0_文档 发布时间: 20210715
...e); } private onConnect(e:Laya.Event):void { console.log("[Pomelo] connect success",e); var handshakejson = JSON.stringify(this.handshakeBuffer); console.log("handshakejson :",handshakejson); var handshakebuffer = Protocol.strencode(handshakejson); var buffer = this._package.encode(Package.TYPE_HAND...
来源: Laya_社区 发布时间: 20180119
... private _$game_open_handler(): void { console.log("game connection success"); //游戏服连接成功后,拿取账号的密钥请求进入游戏 } private _$game_close_handler(response: any): void { console.log("game connection close:", response); } private _$ga...
来源: Laya_社区 发布时间: 20161109