大约有 127 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0039 秒)
...NE; Laya.Stat.show(); this.path = new Array(); //预加载所有资源 var resource = [ { url: "../../res/threeDimen/scene/TerrainScene/XunLongShi.ls", clas: Laya.Scene, priority: 1 }, { url: "../../res/threeDimen/skinModel/LayaMonkey/LayaMonkey.lh", clas: Laya.Sprite3D, priority: 1 }, { url: "../.....
来源: Laya_示例 发布时间: 20251130
...样监听事件呢? 当加载的文件不存在时会有 Failed to load resource: net::ERR_FILE_NOT_FOUND 这样的LOG,但是代码上要怎样监听这个事件呢?好像没有异常抛出来。 2017-07-05 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已...
来源: Laya_社区 发布时间: 20170705
...ple Developer Program License Agreement. This code, combined with a remote resource, can facilitate significant changes to your app’s behavior compared to when it was initially reviewed for the App Store. While you may not be using this functionality currently, it has the potential to load private...
来源: Laya_社区 发布时间: 20171221
...试出现报错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
...sBar.value=0.5; Laya.stage.addChild(progressBar); 后台: Failed to load resource: net::ERR_FILE_NOT_FOUND(FILE///..../bin/commonUI/anniu05a$bar.png) [warn]Retry to load:/......./bin/commonUI/anniu05a$bar.png 但能显示出来, 2.skin这个属性和graphiscs.darw有什么区别,效果都一...
来源: Laya_社区 发布时间: 20160729
...TypeError: Cannot read property 'cursor' of undefined错误 Failed to load resource: net::ERR_FILE_NOT_FOUND Uncaught TypeError: Cannot read property 'props' of undefined TypeError: Cannot read property 'm_jointList' of null 【新手求助】播放动画问题 Uncaught TypeError: Cannot read proper...
来源: Laya_社区 发布时间: 20180305
...放问题 在微信开发者工具上面 点击按钮每次都会提示Resources already exist,is repeated loading: sound/click.mp3,这个正常么,用的SoundManager.playSound。 2018-05-15 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相...
来源: Laya_社区 发布时间: 20180515
...个空项目,什么都没改动,调试就开始报错 Failed to load resource: net::ERR_FILE_NOT_FOUN file:///F:/Qui/sife/dev/TigerGame/bin/libs/matter-RenderLaya.js 我看了下Lib里面没有matter-RenderLaya.js但是有个LayaRender.js 他们是同一个吗? 2017-02-22 添加评论 免...
来源: Laya_社区 发布时间: 20170222
...ttp://127.0.0.1:55942/game/code.js:89560:6) at TextureCube.__proto.recreateResource (http://127.0.0.1:55942/game/code.js:89603:8) at TextureCube.__proto.activeResource (http://127.0.0.1:55942/game/code.js:13972:9) at TextureCube.<anonymous> (http://127.0.0.1:55942/game/code.js:75718:8) at Shad...
来源: Laya_社区 发布时间: 20180307
...a.Video报跨域错误 测试源码var video_url = 'http://test_domain.com/resource/2.webm'; var video = new Laya.Video(); video.on('loadedmetadata', this, function() { console.info(video.width + ',' + video.height); Laya.stage.addChild(video); video.play(); }); video.load(video_url); Laya版本是1...
来源: Laya_社区 发布时间: 20170508