大约有 1,595 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0062 秒)
Laya_社区(1080) Laya3.0_api(185) Laya2.0_api(130) laya_api(125) Laya2.0_文档(36) Laya3.0_文档(26) Laya2.0_示例(7) Laya_示例(6)
...his,errorHandler); xhr.once(Event.PROGRESS,this,processHandler); var sendData = {account:"aaa",password:"bbb"} xhr.send("http://xxx/login", JSON.stringify(sendData), "post", "json", ["content-type","application/json"]); function processHandler(data){ console.log (data) } function completeHa...
来源: Laya_社区 发布时间: 20180824
...改了下MiniLoader里的代码就可以了 public static function getJson(data:String):Object { data = data.replace(/[\ufeff]/, "");//替换一个看不见的特殊字符 return JSON.parse(data); } 但是这个方法也只是暂...
来源: Laya_社区 发布时间: 20180104
...onMkdirCallBack 方法的定义: static onMkdirCallBack(errorCode, data) { if (!errorCode) { MiniFileMgr.filesListObj = JSON.parse(data.data); MiniFileMgr.fakeObj = MiniFileMgr.filesListObj || {}; } else { MiniFileMgr.fakeObj = MiniFileMgr.filesListObj = {}; } MiniFileMgr.fs.readdir({ dirPat...
来源: Laya_社区 发布时间: 20200529
...this.publicloader=new URLLoader(); this.publicloader.dataFormat=/*iflash.net.URLLoaderDataFormat.VARIABLES*/"variables"; this.publicloader.addEventListener(/*iflash.events.Event.COMPLETE*/"complete",BIND$(this,this.checkListComp)); this....
来源: Laya_社区 发布时间: 20151217
...溃 找不到是什么原因 backtrace: #00 pc 0x00000000007829d0 /data/app/com.snbqt.tw-cJqvcvdJptMfFcF38WH8IQ==/split_config.arm64_v8a.apk!liblayaair.so (laya::JCFreeTypeFontRender::getTextLineBitmapData(char*, laya::BitmapData*, int, laya::JCFontInfo*, int, int, double, double)+1904) (Buil...
来源: Laya_社区 发布时间: 20241206
... 谢谢老师,现在还没弄明白 w1114367261 • 2018-05-08 14:59 var data:Array =[]; for(var m:int =0;m<20;m++){ data.push({m_label:"No."+m}); } this.List.array = data; 就是对你的list的array进行赋值
来源: Laya_社区 发布时间: 20180507
...e AnimatorController Index Constructors constructor Properties _id clipsID data destroyedImmediately lock name url uuid DEBUG Accessors cpuMemory destroyed gpuMemory id obsolute referenceCount cpuMemory gpuMemory Methods _addReference _clearReference _removeReference _setCPUMemory _setCreateURL _set...
来源: Laya3.0_api 发布时间: 20231115
...essHandler); function onHttpRequestComplete(e){ }; function processHandler(data){ console.log(data); }; function errorHandler(data){ }; xmlHttp.send("http://","","post","text"); 2018-02-02 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链...
来源: Laya_社区 发布时间: 20180202
...nClip() 创建一个 AnimationClip 实例。 AnimationClip _evaluateClipDatasRealTimeForNative(nodes:*, playCurTime:Number, realTimeCurrentFrameIndexes:Uint16Array, addtive:Boolean):voidAnimationClip _parse(data:*, propertyParams:Object = null, constructParams:Array = null):AnimationClip[stati...
来源: Laya2.0_api 发布时间: 20190513
...成 //使用接口将图集透传到子域 Laya.MiniAdpter.sendAtlasToOpenDataContext("res/atlas/test.atlas"); }));子域main.ts: import GameConfig from "./GameConfig"; import BigRank from "./view/BigRank"; class Main { constructor() { //设置子域 Laya.isWXOpenDataContext = true; Laya.isWXPosMsg ...
来源: Laya_社区 发布时间: 20200314