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

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

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

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

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

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

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

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

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

246. 打包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

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

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

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

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

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

250. png使用base64显示异常 [ 83%]

...代码后,现在显示正常了。 __proto.parseImgForBuffer = function(url,data){ var _this = this; var image; var onload = function () { // image.onload = null; // image.onerror = null; // var data = Laya.Texture2D._parse(image); // data._url = "sdfasf" // _this.onLoaded(data); img=HTMLImage.cre...

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