大约有 263 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0101 秒)
...(PackageManagerService.java:16323) at android.os.Handler.handleCallback(Handler.java:790) at android.os.Handler.dispatchMessage(Handler.java:99) at android.os.Looper.loop(Looper.java:164) at android.os.HandlerThread.run(HandlerThread.java:65) ...
来源: Laya_社区 发布时间: 20181126
...14-8265/com.layabox.hello A/art: art/runtime/java_vm_ext.cc:470] in call to NewStringUTF 2019-03-15 08:45:13.439 8214-8265/com.layabox.hello A/art: art/runtime/java_vm_ext.cc:470] "Thread-6" prio=5 tid=28 Runnable 2019-03-15 08:45:13.439 8214-8265/com.layabox.hello A/art: art/runtime/java_vm_...
来源: Laya_社区 发布时间: 20190315
...or: this.preinitialize is not a function !1,i.__super.call(this),this._layout=B.EMPTY,this.preinitialize(),this.createChildren(),this.initial TypeError: this.preinitialize is not a function at i (http://stand.alone.version/lib .....
来源: Laya_社区 发布时间: 20171218
...sion is missing! 05-16 15:59:48.906 7562-7562/com.dihong.testdcc E/libEGL: call to OpenGL ES API with no current context (logged once per thread) 05-16 15:59:48.971 7562-7585/com.dihong.testdcc W/chromium: [WARNING:proxy_service.cc(890)] PAC support disabled because there is no system implementation...
来源: Laya_社区 发布时间: 20190516
...romium.Drp 07-04 20:55:27.587: W/cr_AwContents(7884): onDetachedFromWindow called when already detached. Ignoring 07-04 20:55:27.606: I/layaConch5(7884): m_interceptKey OK! 07-04 20:55:27.606: I/LayaBox(7884): JNI InitDLib 07-04 20:55:27.606: I/LayaBox(7884): JNI InitDownLoadManager CachePath=/data/...
来源: Laya_社区 发布时间: 20190704
...ltiple .proto or preprocessed .json files into a common root namespace and calls the callback. * @param {string|string[]} filename One or multiple files to load * @param {Root} root Root namespace, defaults to create a new one if omitted. * @param {LoadCallback} callback Callback function * @returns...
来源: Laya3.0_文档 发布时间: 20250104
...,而不是相对于整个场景的根节点,默认为false 优化DrawCall DrawCallOptimize 是否开启DrawCall优化 缓存模式 Cache As 是否开启静态缓存优化 遮罩 Mask 设置遮罩节点对象 点击区域 Hit Area 点击区域 后期处理 Filters UI滤镜效果 其中Mouse Enabl...
来源: Laya3.0_文档 发布时间: 20251010
...前执行自定义逻辑(此方法在Laya.init前调用) Laya.addBeforeInitCallback(() => { // 不启用抗锯齿 Laya.Config.isAntialias = false; console.log("before init"); }); 开启抗锯齿可以改善曲线线条及非矩形图形的显示质量,但会带来一定的 GPU 性能开销。...
来源: Laya3.0_文档 发布时间: 20251231
...te RES_OLD_CLIENT:number = 501; private socket:Laya.Socket = null; private callbacks:any = {}; private handlers:any = {}; // Map from request id to route private routeMap = {}; private heartbeatInterval:number = 0; private heartbeatTimeout:number = 0; private nextHeartbeatTimeout:number = 0; private...
来源: Laya_社区 发布时间: 20180119
...自laya.ui.Dialog。 function Dialog_Instance() { Dialog_Instance.__super.call(this);//初始化父类 var bg = new laya.ui.Image("resource/ui/bg.png");//新建一个 Image 类的实例 bg 。 bg.sizeGrid = "10,40,10,5";//设置 bg 的网格信息。 bg.width = 150;//设置 bg 的宽度。 bg.height...
来源: Laya3.0_api 发布时间: 20231115