大约有 105 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0033 秒)
...ted Menu Globals "laya/resource/Resource" Resource Class Resource Resource 资源存取类。 Hierarchy EventDispatcher Resource BaseTexture BaseShader TextTexture HTMLCanvas BitmapFont Prefab Material Mesh Texture AtlasResource AnimationClip AnimatorController AnimationClip2D AnimatorController2D T...
来源: Laya3.0_api 发布时间: 20231115
...er()`的方式创建。 例如,我们需要在游戏开始界面中加载资源,需要对加载资源的进度进行显示,下面的编码为就是错误的。 1. `Laya.loader.load(urls, Laya.Handler.create(this, this.onAssetLoaded), Laya.Handler.create(this, this.onLoading));` 在上面的代...
来源: Laya2.0_文档 发布时间: 20210715
...会调用 Loader.clearRes(RES_URL); 再次打开时会重新执行加载资源,但加载失败 2018-07-02 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 laya21126 赞同来自: 经排查发现是在这里被返...
来源: Laya_社区 发布时间: 20180702
...er()`的方式创建。 例如,我们需要在游戏开始界面中加载资源,需要对加载资源的进度进行显示,下面的编码为就是错误的。 ```javascript Laya.loader.load(urls, Handler.create(this, onAssetLoaded), Handler.create(this, onLoading)); ``` 在上面的代码...
来源: Laya2.0_文档 发布时间: 20210715
...点一起remove ,cocos 是按照引用计数来管理的, laya的某些资源释放是引用计数机制的 2018-11-21 0 1 分享 微博 QZONE 微信 15818760256 赞同来自: 附件。。 MainView.zip 2018-11-21 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复...
来源: Laya_社区 发布时间: 20181121
...mory会不停的往上增。 【问题如下】: 问题1:clearRes释放资源之后,Laya.loader.load重新加载同一个资源为什么GPUMemory会不停的增加? 问题2:Laya.loader.clearRes之后,GPUMemory为什么不降低,如果clearRes不会释放内存,那这个接口的作...
来源: Laya_社区 发布时间: 20190307
...Object Loader 类可用来加载文本、JSON、XML、二进制、图像等资源。 Public Properties PropertyDefined By cache : Boolean[read-only] 是否缓存。Loader data : *[read-only] 返回的数据。Loader maxTimeOut : int = 100[static] 每帧回调最大超时时间,如果超...
来源: laya_api 发布时间: 20170929
...一个clearTextureRes接口,如果你不确定之后是否会用到这张资源的话可以用Laya.loader.clearTextureRes("url")进行销毁。 关于clearTextureRes: 销毁Texture使用的图片资源,保留texture壳,如果下次渲染的时候,发现texture使用的图片资源不存在...
来源: Laya_社区 发布时间: 20171103
...Globals "laya/resource/TextResource" TextResource Class TextResource 文字资源 Hierarchy Resource TextResource Index Constructors constructor Properties _id data destroyedImmediately format lock name url uuid DEBUG Accessors cpuMemory destroyed gpuMemory id obsolute referenceCount cpuMemory gpuMe...
来源: Laya3.0_api 发布时间: 20231115
...laya/resource/AtlasResource" AtlasResource Class AtlasResource 大图合集资源 Hierarchy Resource AtlasResource Index Constructors constructor Properties _id destroyedImmediately dir frames lock name textures url uuid DEBUG Accessors cpuMemory destroyed gpuMemory id obsolute referenceCount cpuMem...
来源: Laya3.0_api 发布时间: 20231115