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

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

241. iOS 重新初始化引擎 [ 83%]

iOS 重新初始化引擎 场景:游戏大厅(controllerA加载url_1)点击进入某个游戏(controllerB加载url_x),  controllerB初始化报错 [[conchRuntime alloc] initWithView:self.m_pGLKView EAGLContext:self.m_pEAGLContext downloadThreadNum:3 URL:self.url]; 初始化报错   附件 : --> 2...

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

242. laya.resource.PrefabImpl_API3.0 [ 83%]

...ructors constructor Properties _id api data destroyedImmediately lock name url uuid version DEBUG Accessors cpuMemory deps destroyed gpuMemory id obsolute referenceCount cpuMemory gpuMemory Methods _addReference _clearReference _removeReference _setCPUMemory _setCreateURL _setGPUMemory addDep addDep...

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

243. laya.gltf.glTFResource_API3.0 [ 83%]

...e Index Constructors constructor Properties destoryedImmediately lock name url uuid version DEBUG Accessors cpuMemory deps destroyed gpuMemory id obsolute referenceCount cpuMemory gpuMemory Methods _addReference _clearReference _parse _removeReference _setCPUMemory _setCreateURL _setGPUMemory addDep...

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

244. Unity插件与LAYAAIR加载的天空盒子BUG与修改方法 [ 83%]

...);             }else {             var ltcBasePath=URL.getPath(loader.url);             var urls=[             Laya3D.formatRelativePath(ltcBasePath,ltcData.front),             Laya3D.formatRelativePath(ltcBasePath,ltcData.back),      ...

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

245. 骨骼动画Laya.Templet.TEMPLET_DICTIONARY问题 [ 83%]

...我想清理Laya.Templet的时候,这个就直接清除了,导致相同url的骨骼动画直接就清理掉了, 那如果我要预加载的话,按这么这么做必须分成2个部分,加载url资源以及生成模板,之后再创建骨骼动画,因为加载资源是异步的,我有...

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

246. laya.spine.SpineTemplet_API3.0 [ 83%]

...ors constructor Properties _id destroyedImmediately lock name skeletonData url uuid DEBUG RuntimeVersion Accessors basePath cpuMemory destroyed gpuMemory id ns obsolute referenceCount cpuMemory gpuMemory Methods _addReference _clearReference _parse _removeReference _setCPUMemory _setCreateURL _setGP...

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

247. 打包app,http无法设置content-type [ 83%]

...上变成了 "{"a":1}"="",content-type也变成了application/x-www-form-urlencoded   代码如下: static httpRequest(method:string, url:string, data:any, headers:Array<string>, cb:(err:Error, data?:any)=>void) { let req = new Request(); req.on(Event.COMPLETE, this, (data) => { cb(nul...

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

248. laya.d3.component.animation.RigidAnimations [ 83%]

...。Component3D  templet : AnimationTemplet[override] RigidAnimations  url : String[override] [write-only] 设置url地址。 RigidAnimationsProtected Properties Hide Inherited Protected Properties Show Inherited Protected Properties PropertyDefined By _player : AnimationPlayer动画播放器...

来源: laya_api 发布时间: 20170929

249. laya2.0构建app时url不再支持.html文件,但是需要runtime.json这个文件是怎么来的? [ 83%]

laya2.0构建app时url不再支持.html文件,但是需要runtime.json这个文件是怎么来的? 下面是仿真时的报错信息  I/LayaBox: Download [  ]:http://192.168.0.72/web3/updat ... 0.844 I/LayaBox: >>>JCConchRender::clearAllData =-815802000 D/EGL_emulation: eglMakeCurren...

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

250. 缓存工具-layadcc(TypeScript-LayaNative原生服务-LayaNative进阶) [ 83%]

...,甚至不需要联网。体积最大。 因为是单机版本,没有url,所以无法进行资源动态更新,想要更新资源的话,只能更新App。 ## 安装和使用layadcc layadcc基于Node.js,所以需要Node.js的环境。 ### 1. 安装Node.js 到nodejs[官网](https://nodejs.o...

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