大约有 842 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0190 秒)
Laya_社区(496) Laya3.0_api(111) Laya3.0_文档(70) Laya_示例(45) Laya2.0_api(42) laya_api(39) Laya2.0_文档(30) Laya2.0_示例(9)
...试出现报错Uncaught (in promise) DOMException: play() Failed to load resource: net::ERR_FILE_NOT_FOUND 加载龙骨动画出报错Uncaught getUint16 error - Out of bounds Uncaught TypeError: Cannot read property 'props' of undefined 鼠标自定义样式官方有支持吗,Laya.Mouse.hide()会...
来源: Laya_社区 发布时间: 20170307
....loadImage("comp/bg.png",0,0,0,0,Handler.create(this,function(texture:laya.resource.Texture){ sprite.graphics.clear(); sprite.graphics.drawTexture(texture,0,0,50,50); sprite.autoSize = true; })); Laya.stage.addChild(sprite); 或者用Image: var image:laya....
来源: Laya_社区 发布时间: 20160711
...录 出现如下错误: /Applications/LayaAirIDEMac_1.7.9.app/Contents/Resources/app/out/vs/layaEditor/libs/TP/atlas-generator: Permission denied at ChildProcess.exithandler (child_process.js:223) at emitTwo (events.js:106) at ChildProcess.emit (events.js:191) at maybeClose (internal/child_process...
来源: Laya_社区 发布时间: 20170829
...位置:发布后的资源目录下的 config.ini (例如 publish/windows/resource/config.ini) 参数详解 参数名 类型 示例值 说明 Enabled Boolean true 是否开启启动页功能。true: 开启false: 关闭 BackgroundColor String '#000000' 背景颜色,支持十六进制颜色字符...
来源: Laya3.0_文档 发布时间: 20251128
...atus:0 text: [warn]Retry to load: undefined/undefined.scene Failed to load resource: net::ERR_FILE_NOT_FOUND [file:///H:/LayaAir/minGame1/cyjl/bin/undefined/undefined.json] 附件 : --> 2019-09-11 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相...
来源: Laya_社区 发布时间: 20190911
...er_Idle-Player_Armature_Player_Idle.lani at /D:/Program%20Files/LayaAirIDE/resources/app.asar/sceneEditor.js:8 贴图没问题,主要是时间轴动画有问题,会显示上面这个异常,然后我在Laya里自建了一个新动画,发现下面图里的很多节点都没有transform属...
来源: Laya_社区 发布时间: 20230403
... find scene:main/MainScene.scene, location: /data/data/com.vivo.hybrid/app_resource/com.martian.fkltxxl.vivominigame/libs/laya.core.js:0:0 报错信息截图: file:///C:/Users/user/Documents/Tencent%20Files/2895680850/Image/C2C/QNI%7D53)930_%7D85BZ[VA1%25~V.png 这个问题困扰了我一天,...
来源: Laya_社区 发布时间: 20191025
...play.Sprite; import laya.events.Event; import laya.net.Loader; import laya.resource.Texture; import laya.utils.Handler; public class LayaAirDemo { private var sp:Sprite; public function LayaAirDemo() { Laya.init(800,600); sp=new Sprite(); Laya.loader.load(["bg.jpg","logo.png"],Handler.create(this,on...
来源: Laya_社区 发布时间: 20170628
...插件报错中断的,所以打开应用里的包代码,找到CONTENTS/Resources/app/node_modules/rollup/dist/rollup.js里16065行transform插件报出error的地方,把error注释掉。发现打出来的代码正常插入了__awaiter代码段,手机试了下也正常,我先这么将就着...
来源: Laya_社区 发布时间: 20200103
...();package { import laya.events.Event; import laya.net.Loader; import laya.resource.Texture; import laya.utils.Handler; public class Loader_ProgressAndErrorHandle { public function Loader_ProgressAndErrorHandle() { Laya.init(550, 400); // 无加载失败重试 Laya.loader.retryNum = 0; var urls:Arra...
来源: Laya_示例 发布时间: 20251209