大约有 1,656 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0078 秒)
Laya_社区(1155) Laya3.0_api(151) Laya2.0_api(106) laya_api(97) Laya2.0_文档(85) Laya3.0_文档(44) Laya2.0_示例(9) Laya_示例(9)
...e Sprite Sprite3D Index Constructors constructor Properties _extra _scene _url name tag Accessors active activeInHierarchy components destroyed displayedInStage hideFlags is3D numChildren parent scene timer url Methods _initialize _processActive addChild addChildAt addChildren addComponent addCompon...
来源: Laya3.0_api 发布时间: 20231115
...aArray skinDic skinSlotDisplayDataArr srcBoneMatrixArr subTextureDic tfArr url uuid yReverseMatrix DEBUG interpolation Accessors cpuMemory destroyed gpuMemory id obsolute referenceCount cpuMemory gpuMemory Methods _addReference _clearReference _parse _removeReference _setCPUMemory _setCreateURL _set...
来源: Laya3.0_api 发布时间: 20231115
...roperties _id _isLoaded _needUpdate destroyedImmediately element lock name url uuid DEBUG Accessors anisoLevel baseMipmapLevel buffered compareMode cpuMemory currentSrc currentTime defaultTexture destroyed dimension duration ended error filterMode format frameRender gammaCorrection gammaSpace gpuMem...
来源: Laya3.0_api 发布时间: 20231115
...innedMeshSprite3D Index Constructors constructor Properties _extra _scene _url name tag LIGHTMAP LIGHTMAPSCALEOFFSET LIGHTMAP_DIRECTION PICKCOLOR REFLECTIONCUBE_HDR_PARAMS REFLECTIONCUBE_PROBEBOXMAX REFLECTIONCUBE_PROBEBOXMIN REFLECTIONCUBE_PROBEPOSITION REFLECTIONTEXTURE SAHDERDEFINE_LIGHTMAP SHADE...
来源: Laya3.0_api 发布时间: 20231115
...uper(); } createChildren():void { super.createChildren(); let assets = [ { url: "res/atlas/ui/shared.atlas", type: Loader.ATLAS }, { url: "res/atlas/ui/myview.atlas", type: Loader.ATLAS }, { url: "view/MyView.json", type: Loader.JSON }, ] Laya.loader.load(assets, Handler.create(this, this.onLoaded))...
来源: Laya_社区 发布时间: 20180113
...可以通过修改代码来添加保护:var data:*; data=Loader.getRes(_url); if (!data) { event(Event.ERROR,"file not find"); return; } //保护修改-----start------------------ var atlasData:Object = Loader.getAtlas(_atlasPath); if(!atlasData) { event(Event.ERROR,"file not find"); return; } //...
来源: Laya_社区 发布时间: 20180910
...了清理,大多数的放用的方法是” Laya.Loader.clearTextureRes(url); 比如这个页面的关闭 Close(): void { IconManager.Instance().clearTexture(this.leftverticaldrawing.skin);//清理某个动态贴图的资源(clearRes方法清理png) IconM...
来源: Laya_社区 发布时间: 20200915
...给出 这是这部分代码 var _silentLoadArray = [ GameInfo.base_image_url+"image/progressBg.png", GameInfo.base_image_url+"image/progressT.png", GameInfo.base_image_url+"image/loading.jpg", ]; Laya.loader.load(_silentLoadArray, Handler.create(this, gameStart)); var gameStart = function(){ ...
来源: Laya_社区 发布时间: 20170912
...te DirectionLight Index Constructors constructor Properties _extra _scene _url name tag WORLDINVERTFRONT Accessors active activeInHierarchy color components destroyed displayedInStage hideFlags id intensity is3D layer lightWorldMatrix lightmapBakedType mode numChildren parent scene shadowCascadesMod...
来源: Laya3.0_api 发布时间: 20231115
...inHeightDataTerrainRes _heightDataBitType : intTerrainRes _heightDataUrl : StringTerrainRes _heightDataValue : NumberTerrainRes _heightDataX : intTerrainRes _heightDataZ : intTerrainRes _materialInfo : MaterialInfoTerrainRes _normalMaps : Vector.<String>TerrainRes _vers...
来源: Laya2.0_api 发布时间: 20190513