大约有 1,615 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0069 秒)
Laya_社区(1128) Laya3.0_api(151) Laya2.0_api(106) laya_api(97) Laya2.0_文档(85) Laya3.0_文档(30) Laya2.0_示例(9) Laya_示例(9)
...文件无法上传成功,自然就无法使用了。但是,可以通过URL动态加载使用,别放到本地包内上传就好了。 已知的文件类型白名单为:png、jpg、jpeg、gif、svg、js、json、cer、obj、dae、fbx、mtl、stl、3ds、mp3、pvr、wav、plist、ttf、fnt、gz...
来源: Laya2.0_文档 发布时间: 20210715
...n 检测指定事件类型是否是鼠标事件。 EventDispatcher load(url:String):void 加载声音。 Sound off(type:String, caller:*, listener:Function, onceOnly:Boolean = false):EventDispatcher 从 EventDispatcher 对象中删除侦听器。 EventDispatcher offAll(type:String = null):Event...
来源: Laya2.0_api 发布时间: 20190513
...nstructors constructor Properties _id depth destroyedImmediately lock name url uuid DEBUG Accessors anisoLevel baseMipmapLevel compareMode cpuMemory defaultTexture destroyed dimension filterMode format gammaCorrection gammaSpace gpuMemory height id maxMipmapLevel mipmap mipmapCount obsolute referenc...
来源: Laya3.0_api 发布时间: 20231115
...卡在加载界面 09-23 11:41:15.458 16178-16304/? I/LayaBox: xhr.GET url=http://192.168.0.130/release/index_app.html?app=1 09-23 11:41:15.469 16178-16271/? I/LayaBox: Download [ ]:http://192.168.0.130/release/index_app.html?app=1 09-23 11:41:23.476 16178-16271/? W/LayaBox: download error: time...
来源: Laya_社区 发布时间: 20170923
...:callMethod {} 2019-06-18 13:34:09.382030+0800 test1[6479:65523] xhr.GET url=http://stand.alone.version/index.js 2019-06-18 13:34:09.383314+0800 test1[6479:65578] Download [ ]:http://stand.alone.version/index.js 2019-06-18 13:34:09.388180+0800 test1[6479:65578] curl_easy_perform failed, code=6 s...
来源: Laya_社区 发布时间: 20190618
...blob = new Laya.Browser.window.Blob([data], { type: "image/png" }); // var url = Laya.Browser.window.URL.createObjectURL(blob);//创建一个url对象; ////我们先用第一种方式显示图片到舞台; // var sp = new Laya.Sprite(); // var png = window.conch.convertBitmapToPng(data, 640, 113...
来源: Laya_社区 发布时间: 20180201
...ntLight SpotLight Index Constructors constructor Properties _extra _scene _url name tag WORLDINVERTFRONT Accessors active activeInHierarchy color components destroyed displayedInStage hideFlags id intensity is3D layer lightWorldMatrix lightmapBakedType mode numChildren parent scene shadowDepthBias s...
来源: Laya3.0_api 发布时间: 20231115
...打包资源,即勾选“打包资源”,并且保留“资源服务器URL”为空。把资源直接打进App包中,可以避免网络下载,加快资源载入速度。 把资源打包的缺点是会增加包体的大小。 如果想发布勾选“打包资源”的在线游戏,必须在s...
来源: Laya3.0_文档 发布时间: 20241025
...打包资源 如图设置 修改加载代码 Laya.loader.load([ { url: "res/atlas/comp.atlas", type: Loader.ATLAS }, { url: "unpack/comp/image.png", type: Loader.IMAGE }, { url: "test/TestPage.json", type: Loader.JSON }, ], Handler.create(this, this.onLoaded)); 运行报错: ...
来源: Laya_社区 发布时间: 20171230
...方案,以下为示例代码: var sprite= Laya.loader.getRes(this._stlurl) as Laya.Sprite3D; this.skill = Laya.Sprite3D.instantiate(sprite); target.addChild(this.skill); this.Play(); 这种卡顿在PC谷歌浏览器上不明显,但手机上就很明显了,另外在IDE的layaair调试器...
来源: Laya_社区 发布时间: 20180425