大约有 662 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0154 秒)
...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
... from Resource.destroyed Defined in laya/resource/Resource.ts:138 是否已销毁。 Returns boolean detailAlbedoTexture get detailAlbedoTexture(): BaseTexture set detailAlbedoTexture(value: BaseTexture): void Defined in laya/d3/core/material/PBRMaterial.ts:395 细节贴图。 Returns BaseTexture De...
来源: Laya3.0_api 发布时间: 20231115
...接不上socket 使用了u3D导出来的粒子,不停的显示移除并销毁其克隆对象,统计面板的显存和内存就会显示成负数 红米K20pro 多个手指同时按下就会报这个错 object has in SimpleSingletonList 微信小程序—未找到入口 app.json 文件,或者文...
来源: Laya_社区 发布时间: 20180205
...; this.mConnected) this.pomelo.disconnect(); } /** 销毁*/ public destroy(): void { this.close(); this.pomelo = null; if(this.mDecorate)this.mDecorate.destroy(); this.mDecorate = null; ...
来源: Laya_社区 发布时间: 20161109
...  (动图13) ## 3、Tiled Map 使用优化 ### 3.1 销毁地图 当Tiled Map不再使用的时候,需要使用destroy()方法进行销毁,回收被占用的内存。 例如: ```java this.tMap.destroy(); ``` ### 3.2 缓存相关 #### 3.2.1 开启和关闭自动缓存 Laya...
来源: Laya2.0_文档 发布时间: 20210715
...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
... 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
...  (动图13) ## 3、Tiled Map 使用优化 ### 3.1 销毁地图 当Tiled Map不再使用的时候,需要使用destroy()方法进行销毁,回收被占用的内存。 例如: ```java this.tMap.destroy(); ``` ### 3.2 缓存相关 #### 3.2.1 开启和关闭自动缓存 Laya...
来源: Laya2.0_文档 发布时间: 20210715
...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
...  (动图13) ## 3、Tiled Map 使用优化 ### 3.1 销毁地图 当Tiled Map不再使用的时候,需要使用destroy()方法进行销毁,回收被占用的内存。 例如: ```java tMap.destroy(); ``` ### 3.2 缓存相关 #### 3.2.1 开启和关闭自动缓存 LayaAir...
来源: Laya2.0_文档 发布时间: 20210714