大约有 153 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0042 秒)
...就显示invalid url parameter 2 is not of type 'WebGLTexture' Texture2D.load 中url 不能是网络图片吗 parameter 2 is not of type 'WebGLTexture'. URL的代码修改建议 用Laya.Scene.open(url)的方法打开场景,会自动关闭前一个场景,如何设置让其不关闭前一个场景...
来源: Laya_社区 发布时间: 20180706
...。 Laya.stage.bgColor = "#efefef";//设置画布的背景颜色。 Laya.loader.load("resource/ui/check.png", Handler.create(this,onLoadComplete));//加载资源。 } private function onLoadComplete():void { trace("资源加载完成!"); var checkBox:CheckBox = new CheckBox("resource/ui/check.png"...
来源: Laya3.0_api 发布时间: 20231115
LayaAir引擎 layaAirIDE 发布flash出错 Error loading: C:\Program Files\Java\jdk1.8.0_31\jre\bin\server\jvm.dll 输出面板显示: Error loading: C:\Program Files\Java\jdk1.8.0_31\jre\bin\server\jvm.dll 发布flash出错,到底要用什么版本的java环境,直接给你地址下载不行...
来源: Laya_社区 发布时间: 20170119
...ad property 'props' of undefined Uncaught TypeError: Cannot read property 'load' of null 用微信开发者调试的时候出现document.createTextNode is not a function at api readFile fail callback function LayaAir新建3D示例项目,在as开发模式下,运行报错 TypeError: Vector3 is not...
来源: Laya_社区 发布时间: 20180117
... 要回复问题请先登录 发起人 186*****028 相关问题 Failed to load resource: net::ERR_FILE_NOT_FOUND 2.0.0编译报错Cannot find global type 'Array' 求助!华为快游戏发布后报错 Unexpected end of JSON input Failed to load: 调试工具正常,真机报错:Request failed St...
来源: Laya_社区 发布时间: 20190809
Laya.loader加载BUG 加载图片的时候,源码里这一步会的url为“”的时候,会执行this.onLoaded(null)这一步_ _proto.load=function(url,type,cache,group,ignoreCache,useWorkerLoader){ (cache===void 0)&& (cache=true); (ignoreCache===void 0)...
来源: Laya_社区 发布时间: 20200427
...tlas是放在cdn的,游戏开始的时候会去拉,就是调用的Laya.loader.load去load的,这样load下来的会自动缓存在本地吗? Laya_Aaron • 2018-07-19 20:51 @小伦:拉下来会存 小伦 • 2018-07-19 23:45 那理论上clearRes的时候不会报我上面那个错把 是我...
来源: Laya_社区 发布时间: 20180719
...才发现 LAYA 真的太太太太好用了!!!! 分享:LayaAir下Loading进度条的制作(ActionScript 3.0) 分享:自定义事件派发与侦听(A页面派发 B页面侦听) TextInput重写onFocus和onBlur事件监听不到 Animation如何加点击事件 关于Laya实现Matter.j...
来源: Laya_社区 发布时间: 20171213
....Stage.SCREEN_NONE; var uiResArr =[ {url:"res/atlas/comp.atlas",type: Laya.Loader.ATLAS}, ]; Laya.loader.load (uiResArr , Laya.Handler.create(this,this.onLoded)); //加载图片 this.byte = new Laya.Byte(); //这里我们采用小端 this.byte.endian = Laya.Byte.LITTLE_ENDIAN; this.socket =...
来源: Laya_社区 发布时间: 20180210
...; this.scene.addChild(this.camera); Laya.loader.create("res/scene_Effect/Conventional/Effect_zhujue_attack.lh", Laya.Handler.create(this, () => { let item = Laya.loader.getRes("res/scene_Effect/Conventional/Effect_zhujue_attack.lh...
来源: Laya_社区 发布时间: 20191102