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

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

171. 批量销毁释放内存(TypeScript-3D基础(TS)-LayaAir3D的内存管理) [ 84%]

...需要分别使用`Laya.loader.getRes(url:String)`接口获取到资源(Resource)对象之后,再调用资源对象的`destroy()`方法进行销毁。但是这种方法是非常麻烦的。LayaAir2.0为了方便开发者,提供了`Resource.destroyUnusedResources()`接口统一销毁。 ​ *...

来源: Laya2.0_文档 发布时间: 20210715

172. 批量销毁释放内存(ActionScript-3D基础(AS3)-LayaAir3D的内存管理) [ 84%]

...需要分别使用`Laya.loader.getRes(url:String)`接口获取到资源(Resource)对象之后,再调用资源对象的`destroy()`方法进行销毁。但是这种方法是非常麻烦的。LayaAir2.0为了方便开发者,提供了`Resource.destroyUnusedResources()`接口统一销毁。 ​ *...

来源: Laya2.0_文档 发布时间: 20210715

173. 模型资源释放 [ 84%]

...r(var i:int=arr.length-1;i>-1;i--) { //根据资源路径获取资源(Resource为材质、贴图、网格等的基类) var resource:Resource=Laya.loader.getRes(arr.url); //资源释放 resource.dispose(); } }   2017-09-04 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相...

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

174. iOS 打包之后resource文件夹下没有cache文件, [ 84%]

iOS 打包之后resource文件夹下没有cache文件, 1,打包之后没有cache文件,新建一个空的cache文件之后,运行报错JsAppCache::loadCachedURL Error, no cache data. 。。。 2,单机打包出现   网络异常,请联系开发商。 2017-03-03 添加评论 免费帖 -...

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

175. release发版错误大概知道什么原因吗? [ 83%]

....symlinkSync (fs.js:972:18)  at copySync (D:\programFiles\LayaAirIDE_beta\resources\app\node_modules\fs-extra\lib\copy-sync\copy-sync.js:44:8)  at D:\programFiles\LayaAirIDE_beta\resources\app\node_modules\fs-extra\lib\copy-sync\copy-sync.js:40:7  at Array.forEach (native)  at copySync (D:\progr...

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

176. laya.d3.resource.TextureCube [ 83%]

...es No Frames TextureCubeProperties | Methods | Constants Packagelaya.d3.resourceClasspublic class TextureCubeInheritanceTextureCube BaseTexture laya.resource.Bitmap TextureCube 类用于生成立方体纹理。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties P...

来源: Laya2.0_api 发布时间: 20190513

177. HTMLIframeElement 使用出错?请大神指点 [ 83%]

...d property 'length' of undefined at trimProperty (d:\Program Files\LayaIDE\resources\app\extensions\laya-debug\node_modules\vscode-chrome-debug-core\out\src\chrome\variables.js:137:18) at propertyPreviewToString (d:\Program Files\LayaIDE\resources\app\extensions\laya-debug\node_modules\vscode-chrome...

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

178. Resources already exist,is repeated loading 微信小游戏老是提示这个,确实会影响播放效果哦,官方没人管么? [ 83%]

Resources already exist,is repeated loading 微信小游戏老是提示这个,确实会影响播放效果哦,官方没人管么? 2018-09-03 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 4 个回复 Laya_Aaron 赞同...

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

179. Sprite3D-Sprite3D加载 [ 82%]

...; import laya.d3.math.Vector3; import laya.d3.math.Vector4; import laya.d3.resource.Texture2D; import laya.d3.resource.TextureCube; import laya.d3.resource.models.BaseMesh; import laya.d3.resource.models.Mesh; import laya.display.Stage; import laya.events.Event; import laya.resource.Texture; import ...

来源: Laya_示例 发布时间: 20241118

180. Mesh网格-自定义网格 [ 82%]

...; import laya.d3.math.Vector3; import laya.d3.math.Vector4; import laya.d3.resource.Texture2D; import laya.d3.resource.models.BoxMesh; import laya.d3.resource.models.CapsuleMesh; import laya.d3.resource.models.CylinderMesh; import laya.d3.resource.models.Mesh; import laya.d3.resource.models.PlaneMes...

来源: Laya_示例 发布时间: 20241118