大约有 548 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0042 秒)
Laya3.0_api(154) Laya_社区(153) laya_api(106) Laya2.0_api(97) Laya2.0_文档(17) Laya3.0_文档(14) Laya2.0_示例(4) Laya_示例(3)
... CommonUtils.urlEncode(obj); var hr = new Laya.HttpRequest(); hr.once(Laya.Event.PROGRESS, this, function (e) { console.log(e); }); hr.once(Laya.Event.COMPLETE, this, function () { console.log(hr.data); }); hr.once(Laya.Event.ERROR, this, function (e) { console.log(e); }); hr.send('http://stone.tt.b...
来源: Laya_社区 发布时间: 20170628
...e _removeReference _setCPUMemory _setCreateURL _setGPUMemory clear destroy event getContext getMemSize getTexture hasListener isCreateFromURL off offAll offAllCaller on once release size toBase64 toBase64Async destroyUnusedResources Constructors constructor new HTMLCanvas(createCanvas?: boolean): HT...
来源: Laya3.0_api 发布时间: 20231115
...容,都要使用import和export吗? 关于apk打包动画卡的问题 event自定义事件的问题 问题状态 最新活动: 2018-05-24 11:33 浏览: 946 关注: 2 人
来源: Laya_社区 发布时间: 20180507
...焦点时执行回调,发送数据 onAwake(): void { this.owner.on(Laya.Event.BLUR, this, this.sendData) } //将玩家数据上传至云端 sendData() { //组织数据 let KVDataList = []; let text = Number(this.owner.text); if(!isNaN(text) && text >= 0 && text <= 9999) { thi...
来源: Laya3.0_文档 发布时间: 20251010
...Classes | Index | Frames No Frames BoxColliderProperties | Methods | Events Packagelaya.d3.component.physicsClasspublic class BoxColliderInheritanceBoxCollider Collider Component3D EventDispatcher Object BoxCollider 类用于创建盒子碰撞器。 Public Properties Hide Inherited Public Pro...
来源: laya_api 发布时间: 20170929
...sses | Index | Frames No Frames SphereColliderProperties | Methods | Events Packagelaya.d3.component.physicsClasspublic class SphereColliderInheritanceSphereCollider Collider Component3D EventDispatcher Object SphereCollider 类用于创建球碰撞器。 Public Properties Hide Inherited Publ...
来源: laya_api 发布时间: 20170929
...能用类似命令行,或者编译参数等等方式调用? Dispather.event参数传的是数组,为什么收到的参数却是个int类型? 点击按钮打开对话框的时候能往对话框中传一个参数吗 as3中如何定义html中的id参数 对象池对类怎么传参数 http 请...
来源: Laya_社区 发布时间: 20170221
...index",index); // } _proto_.onMouse = function(e,index){ if(e.type == Laya.Event.CLICK){ //console.log(e.type,index); if(this.selectedIndex !== index){ if(this.selectedIndex!==-1){ //之前选中的列表项的选中状态设置为false this.sList.setItem(this.selectedIndex,{ select : {label : "服...
来源: Laya_社区 发布时间: 20170805
...图集加载问题 关于适配采用showAll后留白部分的颜色问题 event自定义事件的问题 请问layaair2.0-js 怎么用程序在list中添加多元素的item 横屏模式在锁定竖屏的iphone上不能正常显示的问题 关于Dialog遮罩层移除解决问题的说明 问题状...
来源: Laya_社区 发布时间: 20171016
... name: "", inspector: "Buttons", options: { buttons: [{ caption: "生成", event: "click_start_gen" }] } } ] } ]); Editor.extensionManager.createSettings("SplitAtlasSetting", "project"); } } 2025-07-23 0 0 分享 微博 QZONE 微信 LayaAir小牛 赞同来自: 方法为Editor.showOpenDialog 2025-07-...
来源: Laya_社区 发布时间: 20250702