大约有 2,911 项符合查询结果, 库内数据总量为 31,671 项。 (搜索耗时: 0.0062 秒)
Laya_社区(1721) Laya3.0_api(672) Laya2.0_文档(152) Laya2.0_api(128) laya_api(122) Laya3.0_文档(89) Laya2.0_示例(16) Laya_示例(11)
...date checkBoxTex fontSize strArray Legend Object literal Variable Function Type alias Class Class with type parameter Method Enumeration Interface
来源: Laya3.0_api 发布时间: 20231115
...urPage(index) } public onMouse(e: Laya.Event, index: number): void { if (e.type == Laya.Event.MOUSE_DOWN) { this.m_downValue = this.list_rule.scrollBar.value; } else if (e.type == Laya.Event.MOUSE_UP || e.type == Laya.Event.MOUSE_OUT) { if (this.m_downValue > -1) { if (this.list_rule.scrollBar.va...
来源: Laya_社区 发布时间: 20180724
...ints x y ID getBoundPoints recover Legend Object literal Variable Function Type alias Class Class with type parameter Property Method Enumeration Interface Static property
来源: Laya3.0_api 发布时间: 20231115
...掉.swf后缀 var o1:Object = { url:u + "/sheet.js?v=" + config.version, type:ResLoader.TXT, size:1}; var o2:Object = { url:u + "/sheet.png?v=" + config.version, type:ResLoader.BMD, size:1}; b.push(o1); b.push(o2); } App.loader.loadAssets(b, new Handler(onLoadAssetsComplete), new Handler(onProgress)...
来源: Laya_社区 发布时间: 20151217
...e effectInit getCameraDepthTextureModeFlag release Legend Class Class with type parameter Constructor Method Accessor Object literal Variable Function Type alias Enumeration Interface
来源: Laya3.0_api 发布时间: 20231115
...正常通过如下方式引用: index.html文件中加入: <script type="text/javascript" src="libs/nebPay.js"></script> 在JS文件中require后可以正常使用 var NebPay = require("nebPay"); var nebPay = new NebPay(); 由于我们项目是基于TS开发的,以上方式在TS中...
来源: Laya_社区 发布时间: 20180710
...录 发起人 136*****441 相关问题 laya2.0加载3d场景报错Uncaught TypeError: Cannot read property 'btCollisionObject' of undefined 【带附件】 使用Laya2.0.0beta5.1 发布官方示例 真机报错 window is not defined 请问2.0的版本开始,我用ts编写的相关内容,都要...
来源: Laya_社区 发布时间: 20180522
...带的protobuf.js, message packetc2g_select_gate { optional e_server_msg_type packet_id = 1 [default = e_mst_c2g_select_gate]; optional int32 packet_iid = 2 [default = 302]; optional int64 packet_iiid = 3 [default = 302]; optional string packet_iidiid = 4; } 通过 ProtoBuf.load("protocol.proto", th...
来源: Laya_社区 发布时间: 20170914
...TransformActive setTransformActive Legend Object literal Variable Function Type alias Class Class with type parameter Constructor Method Enumeration Interface
来源: Laya3.0_api 发布时间: 20231115
...g 赞同来自: 189*****192 Laya.loader.load([{url:"res/atlas/comp.json",type:Loader.ATLAS},{url:"comp/btn_queding.png",type:Loader.IMAGE}], Handler.create(this, onAssetLoaded), null);comp.json是预加载的图集下的资源,你既然是不打包,表示资源没有打包到图集,需要你...
来源: Laya_社区 发布时间: 20170607