大约有 622 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0050 秒)
Unity插件导出模型 使用2.3.0版本Unity插件导出,在laya2.0.1工程上加载可以显示,在laya2.3.0的工程上报错 附件包含导出的资源文件,麻烦帮忙看下 Laya.Sprite3D.load("res/LayaScene_Model_71008/Model_71008.lh", Laya.Handler.create(null, function(sprite...
来源: Laya_社区 发布时间: 20200104
MovieClip 报错 MovieClip load() 时报错, 请问这个什么什么原因? 附件 : --> 2018-09-07 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Laya_Aaron 赞同来自: Moviclip的实现机制大概是...
来源: Laya_社区 发布时间: 20180907
1.7.17beta版QQ玩一玩导出后加载资源报错 使用Laya.loader.load加载atlas的时候,在下图位置报错。 提示this._image.src是个undefine, this._image是有值的 附件 : --> 2018-03-29 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: ...
来源: Laya_社区 发布时间: 20180329
...ndex-142c5.js:73 Scene.ts:406 Uncaught (in promise) TypeError: Cannot read properties of undefined (reading '_is3D') at Scene.ts:406:26
来源: Laya_社区 发布时间: 20240724
layacmd atlas报错 root@6c4616fdebd4:/# node -v v6.11.2 root@6c4616fdebd4:/# npm -v 3.10.10 root@6c4616fdebd4:/# layacmd atlas internal/child_process.js:319 throw errnoException(err, 'spawn'); ^ Error: spawn EACCES at exports._errnoException (util.js:1020:11) at ChildProcess.spawn (inte...
来源: Laya_社区 发布时间: 20170806
看一下这是什么问题,运行报错 var MPanel1 = (function (_super) { function MPanel1() { MPanel1.super(this); } Laya.class(MPanel1, "MPanel1", _super) var _proto = MPanel1.prototype; return MPanel1; }(ui.Panel1UI));代码如上,报错如下 附件 : --> 2018-02-06 添加评论 免费...
来源: Laya_社区 发布时间: 20180206
昨天一开始运行好好的,没动别的,运行就开始报错 报错如下: Uncaught C:\fakepath(596,34-81): error X3005: '_webgl_42c649225184485b': identifier represents a variable, not a function Warning: D3D shader compilation failed with default flags. (ps_5_0) Retrying with skip va...
来源: Laya_社区 发布时间: 20200226
CanvasText->fillText 安卓环境下报错问题 问题Demo 报错详情 附件 : --> laya2.6_.1new_.zip 2020-09-17 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 Laya_z 赞同来自: 什么平台下报...
来源: Laya_社区 发布时间: 20200917
报错,这不是个构造函数 "StartPage is not a constructor" StartPage: /**Created by the LayaAirIDE*/ var StartPage=(function(_super){ function StartPage(){ StartPage.__super.call(this); } Laya.class(StartPage,'view.StartPage',_super); return StartPage; })(StartPageUI) LayaSample: var La...
来源: Laya_社区 发布时间: 20181029
加载模块报错 想要引入外部的库:import Collections = require('typescript-collections');配置如下:{ "compilerOptions": { "module": "commonjs", "target": "es5", "sourceMap": true, "moduleResolution": "node", "lib": [ "dom", "es5" ] }, "exclude": [ // "node_modules" ] }报错 Refere...
来源: Laya_社区 发布时间: 20180107