大约有 430 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0041 秒)
Laya_社区(279) Laya3.0_api(94) Laya2.0_文档(19) Laya3.0_文档(12) laya_api(8) Laya2.0_api(8) Laya2.0_示例(6) Laya_示例(4)
...里。 今天打开微信工具出现错误Cannot read property 'USER_DATA_PATH' of undefined 问题状态 最新活动: 2018-07-26 09:49 浏览: 1469 关注: 2 人
来源: Laya_社区 发布时间: 20180725
...or: LoaderManager:unknown file(http://127.0.0.1/layaair/myLaya3D1/bin/null path) extension with: 1. at LoaderManager.__proto._create (laya.core.js:12371) at LoaderManager.__proto.create (laya.core.js:12339) at Loader.Laya3D._onHierarchylhLoaded (laya.d3.js:16030) at EventHandler.__proto.runWith (lay...
来源: Laya_社区 发布时间: 20170927
... formatURL(url:String, base:String = null):String { if (!url) return "null path"; //如果是全路径,直接返回,提高性能 if (url.indexOf(":") > 0) return url; //自定义路径格式化 if (customFormat != null) url = customFormat(url); var char1:String = url.charAt(0); if (char1 === ...
来源: Laya_社区 发布时间: 20180820
...ONE 微信 june 赞同来自: 你可以看看这个日志里面点击那个path的链接打开的图片是正确的,但是texture是同一个,直接打开微信的本地文件夹也可以看到两个图片分别是在不同的路径下面的,一个是105下面一个是108下面 2019-02-26 0 4 ...
来源: Laya_社区 发布时间: 20190225
...e/net.d.ts", "node_modules/@types/node/os.d.ts", "node_modules/@types/node/path.d.ts" ], 每添加一个文件,就会报另一个文件找不到。不知道什么时候能加完、、、、 但我用下面这种写法又不起作用。 node_modules/@types/node/**/* 谁能知道要怎么配...
来源: Laya_社区 发布时间: 20190227
... Unity导出有光照贴图时,出现错误:ArgumentException: Invalid path 加载龙骨动画出报错Uncaught getUint16 error - Out of bounds unity导出的场景在手机上提示"request:fail invalid url" LayaAirIDE2.2 - Laya3D init error ,must support webGL Laya3D init error, must support w...
来源: Laya_社区 发布时间: 20190304
...[ { "name":"diffuseTexture", //我删除了这句"path":"MapGrid.psd", "params":{ "mipmap":true, "filterMode":1, "wrapModeU":0, "wrapModeV":0, "anisoLevel":9, "format":1 } }, qian • 2018-0...
来源: Laya_社区 发布时间: 20180328
...6514/com.vivo.vs W/chromium: [WARNING:resource_bundle.cc(315)] locale_file_path.empty() 10-13 17:31:15.901 6514-6514/com.vivo.vs I/chromium: [INFO:aw_browser_main_parts.cc(63)] Load from apk succesful, fd=90 off=872512 len=2961 10-13 17:31:15.901 6514-6514/com.vivo.vs I/chromium: [INFO:aw_browser_ma...
来源: Laya_社区 发布时间: 20181013
...录,也要使用./开头,例如: #include "./abc.glsl"; #include "./path/to/abc.glsl"; #include "../path/abc.glsl"; 7.3 片段着色器 在PS片段中,需要完成实际的像素渲染,也就是着色,代码如下: #defineGLSL texturePS #define SHADER_NAME Sprite2DTextureShader #if def...
来源: Laya3.0_文档 发布时间: 20251010
...lpers": false, "sourceMap": true, "removeComments": true, "baseUrl": ".", "paths": { "tslib": [ "/Applications/LayaAirIDE_beta.app/Contents/Resources/app/node_modules/tslib/tslib.d.ts", "tslib/tslib.d.ts" ] }, "lib": [ "esnext", "dom", "es2015.promise" ] } } 此时就要考虑转es5了,拿微信...
来源: Laya_社区 发布时间: 20200705