大约有 3,652 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0097 秒)
Laya_社区(3551) Laya2.0_文档(31) Laya3.0_文档(17) Laya3.0_api(12) Laya2.0_示例(12) Laya_示例(11) laya_api(9) Laya2.0_api(9)
... string = "close"; /** io错误*/ public static IO_ERROR: string = "io-error"; /** 数据*/ public static DATA: string = "data"; constructor(decorate?:Decorate) { super(); this.mDecorate = decorate || new...
来源: Laya_社区 发布时间: 20161109
...h.events.Event; import flash.events.HTTPStatusEvent; import flash.events.IOErrorEvent; import flash.events.ProgressEvent; import flash.events.SecurityErrorEvent; import flash.net.URLLoader; import flash.net.URLLoaderDataFormat; import flash.net.URLRequest; import flash.net.URLRequestMethod; import f...
来源: Laya_社区 发布时间: 20151217
...getRes(this._skBufferUrl); if (!tSkBuffer){ this.event(/*laya.events.Event.ERROR*/"error","load failed:"+this._skBufferUrl); return; } //MODIFIED:使用formatPath进行路径过滤 this._path=this.formatPath(this._skBufferUrl.slice(0,this._skBufferUrl.lastIndexOf("/"))+"/"); this.parseData(null,tSkB...
来源: Laya_社区 发布时间: 20190419
...); xhr.once(Laya.Event.COMPLETE,this,completeHandler); xhr.once(Laya.Event.ERROR,this,errorHandler); xhr.send("res/monkey2.png","","get","arraybuffer"); function completeHandler(data){ var url = Laya.Browser.window.URL.createObjectURL(data);//创建一个url对象 self.sp_video.loadImage(url); } } }...
来源: Laya_社区 发布时间: 20170825
...nd.loader.BasicLoader; import flash.events.Event; import flash.events.IOErrorEvent; import flash.events.ProgressEvent; import flash.utils.ByteArray; import flash.utils.Dictionary; class VersionManager { public function VersionManager(ref:Function) { this.ref = ref; ...
来源: Laya_社区 发布时间: 20200217
..., Object } = primordials; ^ ReferenceError: primordials is not defined at fs.js:27:26 at req_ (/usr/local/lib/node_modules/layaair2-cmd/node_modules/natives/index.js:143:24) at Object.req [as require] (/usr/local/lib/node_modules/layaair2-cmd/n...
来源: Laya_社区 发布时间: 20210420
...rs/BQXH/AppData/Roaming/LayaAirIDE/packParam.json" layabuilder.max.js:5606 Error Occured: Error: Command failed: "D:/LayaAirIDE_beta/resources/app/out/vs/layaEditor/libs/TP/atlas-generator" "C:/Users/BQXH/AppData/Roaming/LayaAirIDE/packParam.json" 2018-05-16 添加评论 免费帖 --> 分享 微博 ...
来源: Laya_社区 发布时间: 20180516
...目使用matter.js库无智能提示 编译调试启动chrome出现错误: Error processing launch: Error Could not attach to main target 用了第三方socket类 项目在IDE上可以连接正常运行,为什么打包APK之后在手机上就连接不上socket layaAir TS项目如何引用protoBuf...
来源: Laya_社区 发布时间: 20211112
...就是横屏,而且还被拉伸了 编译调试启动chrome出现错误: Error processing launch: Error Could not attach to main target 分享:适配LayaAir版本的PureMVC框架 谷歌浏览器播放mp3出现The AudioContext was not allowed to start. 版本不匹配! 全局 tsc (2.2.2) != VS Co...
来源: Laya_社区 发布时间: 20170828
...成相对路劲,就报其他的路径找不到。 出错了: TypeScript error: node_modules/@types/node/index.d.ts(50,22): Error TS6053: File 'node_modules/@types/node/base.d.ts' not found. 请问要怎么设置,怎么放各种文件,才能把这个node_modules下的第三方库protobufj...
来源: Laya_社区 发布时间: 20190227