• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 1,614 项符合查询结果, 库内数据总量为 30,724 项。 (搜索耗时: 0.0062 秒)

381. laya.resource.TextureCube_API3.0 [ 77%]

...dex Constructors constructor Properties _id 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

382. 微信小游戏常见问题汇总(10.25更新)(TypeScript-小游戏适配文档-微信小游戏) [ 77%]

...文件无法上传成功,自然就无法使用了。但是,可以通过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

383. laya.media.Sound [ 77%]

...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

384. laya.resource.Texture2DArray_API3.0 [ 77%]

...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

385. 打包成Android应用,获取首页链接经常超时最后卡在加载界面 [ 77%]

...卡在加载界面 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

386. 打包native报错 [ 77%]

...: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

387. 在native下 Laya.Browser.window.Blob不存在 [ 77%]

...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

388. laya.d3.core.light.LightSprite_API3.0 [ 77%]

...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

389. TS分离模式设置未打包图片输出目录导出资源无法加载未打包资源 [ 77%]

...打包资源 如图设置 修改加载代码 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

390. 3D粒子特效初始化卡顿 [ 77%]

...方案,以下为示例代码: 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