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

大约有 662 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0154 秒)

651. laya.components.Animator2D_API3.0 [ 42%]

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

652. laya.d3.core.material.PBRMaterial_API3.0 [ 41%]

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

653. 只要引入protobuf就会导致连接网络失败 [ 41%]

...接不上socket 使用了u3D导出来的粒子,不停的显示移除并销毁其克隆对象,统计面板的显存和内存就会显示成负数 红米K20pro 多个手指同时按下就会报这个错 object has in SimpleSingletonList 微信小程序—未找到入口 app.json 文件,或者文...

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

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

655. 用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

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

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

658. 用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

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

660. 用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