• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 2,911 项符合查询结果, 库内数据总量为 31,671 项。 (搜索耗时: 0.0062 秒)

881. laya.ui.StatUI_API3.0 [ 70%]

...date checkBoxTex fontSize strArray Legend Object literal Variable Function Type alias Class Class with type parameter Method Enumeration Interface

来源: Laya3.0_api 发布时间: 20231115

882. laya 的list组件,如果有多页信息,怎么实现翻页丫?? [ 70%]

...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

883. laya.display.cmd.DrawCurvesCmd_API3.0 [ 70%]

...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

884. Laya怎么使用雪碧图(spritesheet)? [ 70%]

...掉.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

885. laya.d3.core.render.PostProcessEffect_API3.0 [ 70%]

...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

886. 关于TS工程第三方JS库使用问题 [ 70%]

...正常通过如下方式引用: 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

887. import Event = laya.events.Event; 报错 [ 70%]

...录 发起人 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

888. 求救:proto解析 _i会变成I [ 70%]

...带的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

889. laya.d3.component.animator.AvatarMask_API3.0 [ 70%]

...TransformActive setTransformActive Legend Object literal Variable Function Type alias Class Class with type parameter Constructor Method Enumeration Interface

来源: Laya3.0_api 发布时间: 20231115

890. button图片丢失 [ 70%]

...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