大约有 2,394 项符合查询结果, 库内数据总量为 30,926 项。 (搜索耗时: 0.0053 秒)
...3331] >>>>>>>>>>>>>>>evalundefined 模拟器信息是有个alert弹窗,上面的文字: exception info:[TypeError: this._nativeObj.addGlobalValueDefine is not a function.(In "this._nativeObj.addGlobal ValueDefine(modifyType, type, size, defaultData)"...
来源: Laya_社区 发布时间: 20200218
...行打包,编译错误也生成成功 [20352:0102/100424.479:ERROR:node_bindings.cc(378)] Most NODE_OPTIONs are not supported in packaged apps. See documentation for more details. engine libs bin://engine/libs/spine-core-3.8.js,bin://engine/libs/laya.bullet.js,bin://engine/libs/laya.box2D.js loadL...
来源: Laya_社区 发布时间: 20250102
...能是客户端发送一个字符串给后端;然后后端返回 一个int16的数字 一个int32的数字 和收客户端发来的字符串 这三个数据。通过原生的js代码去测试也是这样。应该是服务器的python代码出错了。 不知道有人遇到过这个错误没,...
来源: Laya_社区 发布时间: 20180202
...Stage, Stat = Laya.Stat; // 不支持WebGL时自动切换至Canvas Laya.init(Browser.width, Browser.height, WebGL); Laya.stage.alignV = Stage.ALIGN_MIDDLE; Laya.stage.alignH = Stage.ALIGN_CENTER; Laya.stage.scaleMode = Stage.SCALE_SHOWALL; Laya.stage.bgColor = "#232628"; this.loadFont();...
来源: Laya_社区 发布时间: 20190225
... 播放背景音乐的问题 刚打开 桌面调试出现报错Uncaught (in promise) DOMException: play() 问题状态 最新活动: 2017-12-29 17:31 浏览: 998 关注: 4 人 Laya_Aaron • 2017-12-29 17:32 并且那个动画是只读的,根本不能改里面的数据 Laya_Aaron • 2017-12-29 17...
来源: Laya_社区 发布时间: 20171227
...!= null) && (this.friction = data.friction); (data.rollingFriction != null) && (this.rollingFriction = data.rollingFriction); (data.restitution != null) && (this.restitution = data.restitution); (data.isTrigger != null) && (this.isT...
来源: Laya_社区 发布时间: 20200505
unity插件报错 新建一个场景,预览下就报错: MissingReferenceException: The object of type 'SkinnedMeshRenderer' has been destroyed but you are still trying to access it. Your script should either check if it is null or you should not destroy the object. n.a (UnityEngine.SkinnedMesh...
来源: Laya_社区 发布时间: 20210607
分享 Laya ts版,使用jasmine进行单元测试 使用的Laya ts 1.7.22类库, typescript 3.2.2, npm 5.5.1 1 创建package.json{ "scripts": { "test": "jasmine-ts --config=jasmine.json" } } 2 安装jasmine及所需其他库,打开命令行,在项目根目录下npm i -D jasmine jasmine-ts...
来源: Laya_社区 发布时间: 20181214
...不去,其实我之前能运行的,后来我接完网页版sdk之后,index.html里面多了不少东西,所以我就把启动页改成index_native.html了,里面的内容是这样的: <html> <head> <meta charset='utf-8'/> <title>JGirls</title> <meta name=...
来源: Laya_社区 发布时间: 20180310
unity 带出报错~ArgumentException: Invalid path ArgumentException: Invalid path System.IO.Path.GetDirectoryName (System.String path) (at <599589bf4ce248909b8a14cbe4a2034e>:0) LayaExport.DataManager.saveLightMapFile (JSONObject customProps) (at <460acbcca8964c0cac25035c85643194>:0) La...
来源: Laya_社区 发布时间: 20190910