大约有 148 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0039 秒)
...logging.Log; public class Game extends Sprite { CONFIG::debug { private static var logger:Logger = new Logger(); private var log:ILogger; } public function Game() { ...
来源: Laya_社区 发布时间: 20200217
...的engine文件夹,将第三方库放到engine文件夹中。 2) 配置config/webpack.config.js文件,如图所示(如果没有这个文件,请用其他版本生成并拷贝过来) 如图所示,将使用的类库按照规范添加到这里。并从原位置将对应文件删掉,以减...
来源: Laya_社区 发布时间: 20190809
... 微博 QZONE 微信 五月 赞同来自: // 修改初始化内存 window['Config3D'] && (window['Config3D']['_defaultConfig']['_defaultPhysicsMemory']=100); 2018-11-01 0 2 分享 微博 QZONE 微信 养乐多 赞同来自: 楼主怎么解决的????? 2019-07-25 0 0 分享 微博 QZ...
来源: Laya_社区 发布时间: 20181013
...you are behind a proxy, please make sure that the npm ERR! network 'proxy' config is set properly. See: 'npm help config' npm ERR! A complete log of this run can be found in: npm ERR! /Users/XJP/.npm/_logs/2018-01-17T08_47_16_781Z-debug.log 2018-01-17 添加评论 免费帖 --> 分享 微博 QZONE ...
来源: Laya_社区 发布时间: 20180117
...Laya.Scene3D() 第三个new 就报错 内存已经设置到512M window['Config3D'] && (window['Config3D']['_default']['_defaultPhysicsMemory'] = 512); 附件 : --> 2019-07-30 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接...
来源: Laya_社区 发布时间: 20190730
....109 - - [12/Feb/2017:20:31:35 +0800] "GET /Cherry/Flex/deploy/static/config.json?1486902694442 HTTP/1.1" 200 140 192.168.2.109 - - [12/Feb/2017:20:31:35 +0800] "GET /Cherry/Flex/deploy/static/1.170206/signature.zh_CN.json?1486902694511 HTTP/1.1" 200 200 192.168.2.109 - - [12/Feb...
来源: Laya_社区 发布时间: 20170212
... //加载IDE指定的场景 Laya.loader.load([{url:"minastc.config.json",type:Laya.Loader.JSON}],new Laya.Handler(this,function(){ this.astcconfig = Laya.loader.getRes("minastc.config.json"); for(var key in this.astcconfig){ v...
来源: Laya_社区 发布时间: 20221013
...此侦听事件响应一次后自动移除。 EventDispatcher setAtlasConfigs(url:String, config:Object):void[static] 设置预加载的图集配置文件 Loader setGroup(url:String, group:String):void[static] 设置资源分组。 LoaderProtected Methods MethodDefined By complete(data:*)...
来源: laya_api 发布时间: 20170929
...' does not exist on type 'Node & ChildNode'. 谁 遇到过?let local_config:XMLDocument = Laya.Utils.parseXMLFromString(source); local_config.firstChild.childNodes[0].attributes.getNamedItem("tracekey").value 明明lib.d.ts里有attributes啊 附件 : --> LayaXmlParse1.rar 2019-04-01 添加评...
来源: Laya_社区 发布时间: 20190401
... // 压缩js gulp.task("compressJs", ["compressJson"], function () { if (config.compressJs) { return gulp.src(config.compressJsFilter, { base: releaseDir }) .pipe(sourcemaps.init({loadMaps:true})) .pipe(uglify({ mangle: { keep_fnames:true } })) .pipe(sourcemaps.write(releaseDir + '/../sourcemaps')) ...
来源: Laya_社区 发布时间: 20200720