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

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

641. LayaAir能做RPG吗?不要问我能不能,因为我已经在做 - 杀意来袭 [ 41%]

...; this.mConnected) this.pomelo.disconnect();         }         /** 销毁*/         public destroy(): void {             this.close();             this.pomelo = null;             if(this.mDecorate)this.mDecorate.destroy();             this.mDecorate = null;     ...

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

642. 用LayaAir引擎解析Tiled Map地图(JavaScript-2D进阶篇(JS)-扩展模块) [ 40%]

... ![动图13](img/13.gif) (动图13) ## 3、Tiled Map 使用优化 ### 3.1 销毁地图 当Tiled Map不再使用的时候,需要使用destroy()方法进行销毁,回收被占用的内存。 例如: ```java this.tMap.destroy(); ``` ### 3.2 缓存相关 #### 3.2.1 开启和关闭自动缓存 Laya...

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

643. laya.d3.physics.constraints.ConfigurableConstraint_API3.0 [ 40%]

...Component.destroyed Defined in laya/components/Component.ts:93 是否已经销毁 。 Returns boolean enabled get enabled(): boolean set enabled(value: boolean): void Inherited from Component.enabled Defined in laya/components/Component.ts:74 是否启用组件。 Returns boolean Inherited from Comp...

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

644. laya.d3.core.material.PBRStandardMaterial_API3.0 [ 40%]

... from Resource.destroyed Defined in laya/resource/Resource.ts:138 是否已销毁。 Returns boolean detailAlbedoTexture get detailAlbedoTexture(): BaseTexture set detailAlbedoTexture(value: BaseTexture): void Inherited from PBRMaterial.detailAlbedoTexture Defined in laya/d3/core/material/PBRMateria...

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

645. 用LayaAir引擎解析Tiled Map地图(TypeScript-2D进阶篇(TS)-扩展模块) [ 40%]

... ![动图13](img/13.gif) (动图13) ## 3、Tiled Map 使用优化 ### 3.1 销毁地图 当Tiled Map不再使用的时候,需要使用destroy()方法进行销毁,回收被占用的内存。 例如: ```java this.tMap.destroy(); ``` ### 3.2 缓存相关 #### 3.2.1 开启和关闭自动缓存 Laya...

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

646. laya.d3.component.volume.reflectionprobe.ReflectionProbe_API3.0 [ 39%]

...Component.destroyed Defined in laya/components/Component.ts:93 是否已经销毁 。 Returns boolean enabled get enabled(): boolean set enabled(value: boolean): void Inherited from Component.enabled Defined in laya/components/Component.ts:74 是否启用组件。 Returns boolean Inherited from Comp...

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

647. 用LayaAir引擎解析Tiled Map地图(ActionScript-2D进阶篇(AS3)-扩展模块) [ 39%]

... ![动图13](img/13.gif) (动图13) ## 3、Tiled Map 使用优化 ### 3.1 销毁地图 当Tiled Map不再使用的时候,需要使用destroy()方法进行销毁,回收被占用的内存。 例如: ```java tMap.destroy(); ``` ### 3.2 缓存相关 #### 3.2.1 开启和关闭自动缓存 LayaAir...

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

648. laya.map.TiledMap_API3.0 [ 39%]

... Returns void destroy destroy(): void Defined in laya/map/TiledMap.ts:1147 销毁地图 Returns void getLayerByIndex getLayerByIndex(index: number): MapLayer Defined in laya/map/TiledMap.ts:1395 通过索引得MapLayer Parameters index: number 要找的层索引 Returns MapLayer getLayerByName getLa...

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

649. laya.d3.core.particleShuriKen.ShurikenParticleSystem [ 38%]

...。 ShurikenParticleSystem destroyed : Boolean[read-only] 获取是否已销毁。 GeometryFilter  duration : Number粒子运行的总时长,单位为秒。ShurikenParticleSystem  emission : Emission 获取发射器。 ShurikenParticleSystem  emissionTime : int[read-only] 获取一次循环...

来源: laya_api 发布时间: 20170929