大约有 258 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0065 秒)
...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
...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
...hild(label); } } example (function (_super){ function Item(){ Item.__super.call(this);//初始化父类 this.graphics.drawRect(0, 0, 100, 20, "#ff0000"); var label = new laya.ui.Label();//创建一个 Label 类的实例对象 label 。 label.text = "100000";//设置 label 的文本内容。 label.na...
来源: Laya3.0_api 发布时间: 20231115
...到显示列表。 } (function (_super) { function Item() { Item.__super.call(this);//初始化父类。 this.right = 0; this.left = 0; var selectBox = new laya.ui.Clip("resource/ui/clip_selectBox.png", 1, 2); selectBox.name = "selectBox";//设置 selectBox 的name 为“selectBox”时,将被识...
来源: Laya3.0_api 发布时间: 20231115
...4-11 11:17:09.430 8591-8591/? W/cr_AwContents﹕ onDetachedFromWindow called when already detached. Ignoring 04-11 11:17:09.442 8591-8591/? I/layaConch5﹕ m_interceptKey OK! 04-11 11:17:09.443 8591-8591/? I/LayaBox﹕ InitDLib 04-11 11:17:09.443 8591-8591/? E/LayaBox﹕ InitDown...
来源: Laya_社区 发布时间: 20170411