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

大约有 1,653 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0054 秒)

221. laya.d3.core.render.ScreenTriangle_API3.0 [ 84%]

...e Index Constructors constructor Properties destoryedImmediately lock name url uuid DEBUG Accessors cpuMemory destroyed gpuMemory id obsolute referenceCount cpuMemory gpuMemory Methods _addReference _clearReference _removeReference _setCPUMemory _setCreateURL _setGPUMemory destroy event hasListener ...

来源: Laya3.0_api 发布时间: 20231102

222. laya.resource.TextResource_API3.0 [ 84%]

...tors constructor Properties _id data destroyedImmediately format lock name url uuid DEBUG Accessors cpuMemory destroyed gpuMemory id obsolute referenceCount cpuMemory gpuMemory Methods _addReference _clearReference _removeReference _setCPUMemory _setCreateURL _setGPUMemory destroy event hasListener ...

来源: Laya3.0_api 发布时间: 20231115

223. 微信小游戏资源版本管理的问题什么时候修复?? [ 84%]

...里,调用的是MiniLoader.load方法 这个方法里先调用了一次url = URL.formatURL(url);所以最后传进Loader.load里的url是已经formatURL过了的, 如果加载的是图集的话,再Loader.onLoad方法里加载图集关联的图片时就会出现问题,每张图集图片最后...

来源: Laya_社区 发布时间: 20180507

224. laya.resource.Resource_API3.0 [ 84%]

...emplate2D SpineTemplet Index Properties _id destroyedImmediately lock name url uuid DEBUG Accessors cpuMemory destroyed gpuMemory id obsolute referenceCount cpuMemory gpuMemory Methods _addReference _clearReference _removeReference _setCPUMemory _setCreateURL _setGPUMemory destroy event hasListener ...

来源: Laya3.0_api 发布时间: 20231115

225. 为何发生此类报错Uncaught TypeError: Cannot read property '_tf' of null [ 84%]

...l"; //加载FGUI中的文件 var ProgressBar,resArray; Laya.loader.load([ {url:"res/Public.fui",type:laya.net.Loader.BUFFER}, {url:"res/Public@atlas_ucn9w.png",type:laya.net.Loader.IMAGE}, {url:"res/Public@atlas_ucn90.png",type:laya.net.Loader.IMAGE}, {url:"res/Public@atlas0.png",type:laya.net.Loade...

来源: Laya_社区 发布时间: 20171207

226. 微信小游戏设置网络动态加载无法显示 [ 84%]

... 我把图集资源放到了腾讯云上,也设置了域名信息 Laya.URL.rootPath = Laya.URL.basePath = "https://lg-f6ejft4c-1256468286 ... 3B%3B var asset = []; asset.push({ url : "res/atlas/game.atlas", type:Laya.Loader.ATLAS }); asset.push({ url : "res/atlas/bubbles.atlas", type:Laya.Loader.A...

来源: Laya_社区 发布时间: 20180517

227. 微信小游戏资源总是加载旧的资源 [ 84%]

...1.7.18beta   我是用这样的方式加载的图集 Laya.loader.load([{url: "res/atlas/xxx1.json", type: Loader.ATLAS},         {url: "res/atlas/xxx2.json", type: Loader.ATLAS},          {url: "res/atlas/xxx3.json", type: Loader.ATLAS}], Handler.create(...   并且在这之前已经...

来源: Laya_社区 发布时间: 20180505

228. Laya.URL.basePath加载不到网络资源 [ 84%]

Laya.URL.basePath加载不到网络资源 var resArray = [ { url: "res/atlas/images.atlas", type : Laya.Loader.ATLAS}, // { url: "res/swf/flash.json", type: Laya.Loader.JSON}, // { url: "images/background.png", type : Laya.Loader.IMAGE}, ];   Laya.loader.load(resArray, Laya.Handler.create(this, th...

来源: Laya_社区 发布时间: 20180531

229. laya.components.AnimatorController2D_API3.0 [ 84%]

...dex Constructors constructor Properties _id destroyedImmediately lock name url uuid DEBUG Accessors cpuMemory destroyed gpuMemory id obsolute referenceCount cpuMemory gpuMemory Methods _addReference _clearReference _removeReference _setCPUMemory _setCreateURL _setGPUMemory destroy event hasListener ...

来源: Laya3.0_api 发布时间: 20231115

230. IOs使用手动删除本地资源再次进去加载问题 [ 84%]

...x.com/question/16878 这个问题 function beginLoad(){ var res_array = [ {url : "res/atlas/loading.atlas", type : Laya.Loader.ATLAS}, {url : "res/atlas/person.atlas", type : Laya.Loader.ATLAS}, {url : "loading/progress.png", type : Laya.Loader.IMAGE}, {url : "loading/progress$bar.png", type : Laya....

来源: Laya_社区 发布时间: 20180803