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

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

171. laya.d3.core.trail.TrailMaterial_API3.0 [ 40%]

...Inherited from Resource.cpuMemory Defined in laya/resource/Resource.ts:124 内存大小。 Returns number cull get cull(): number set cull(value: number): void Inherited from Material.cull Defined in laya/d3/core/material/Material.ts:187 剔除方式。 Returns number Inherited from Material.cull De...

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

172. laya.d3.core.material.SkyBoxMaterial_API3.0 [ 40%]

...Inherited from Resource.cpuMemory Defined in laya/resource/Resource.ts:124 内存大小。 Returns number cull get cull(): number set cull(value: number): void Inherited from Material.cull Defined in laya/d3/core/material/Material.ts:187 剔除方式。 Returns number Inherited from Material.cull De...

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

173. laya.d3.core.material.SkyPanoramicMaterial_API3.0 [ 40%]

...Inherited from Resource.cpuMemory Defined in laya/resource/Resource.ts:124 内存大小。 Returns number cull get cull(): number set cull(value: number): void Inherited from Material.cull Defined in laya/d3/core/material/Material.ts:187 剔除方式。 Returns number Inherited from Material.cull De...

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

174. laya.d3.core.material.WaterPrimaryMaterial_API3.0 [ 40%]

...Inherited from Resource.cpuMemory Defined in laya/resource/Resource.ts:124 内存大小。 Returns number cull get cull(): number set cull(value: number): void Inherited from Material.cull Defined in laya/d3/core/material/Material.ts:187 剔除方式。 Returns number Inherited from Material.cull De...

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

175. laya.d3.core.material.SkyProceduralMaterial_API3.0 [ 39%]

...Inherited from Resource.cpuMemory Defined in laya/resource/Resource.ts:124 内存大小。 Returns number cull get cull(): number set cull(value: number): void Inherited from Material.cull Defined in laya/d3/core/material/Material.ts:187 剔除方式。 Returns number Inherited from Material.cull De...

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

176. laya.d3.core.material.UnlitMaterial_API3.0 [ 39%]

...Inherited from Resource.cpuMemory Defined in laya/resource/Resource.ts:124 内存大小。 Returns number cull get cull(): number set cull(value: number): void Inherited from Material.cull Defined in laya/d3/core/material/Material.ts:187 剔除方式。 Returns number Inherited from Material.cull De...

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

177. laya.d3.core.material.ExtendTerrainMaterial_API3.0 [ 39%]

...Inherited from Resource.cpuMemory Defined in laya/resource/Resource.ts:124 内存大小。 Returns number cull get cull(): number set cull(value: number): void Inherited from Material.cull Defined in laya/d3/core/material/Material.ts:187 剔除方式。 Returns number Inherited from Material.cull De...

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

178. laya.d3.core.particleshuriken.ShurikenParticleMaterial_API3.0 [ 39%]

...Inherited from Resource.cpuMemory Defined in laya/resource/Resource.ts:124 内存大小。 Returns number cull get cull(): number set cull(value: number): void Inherited from Material.cull Defined in laya/d3/core/material/Material.ts:187 剔除方式。 Returns number Inherited from Material.cull De...

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

179. laya.display.Animation_API3.0 [ 38%]

...、控制接口。 本类使用了动画模版缓存池,它以一定的内存开销来节省CPU开销,当相同的动画模版被多次使用时,相比于每次都创建新的动画模版,使用动画模版缓存池,只需创建一次,缓存之后多次复用,从而节省了动画模...

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

180. 显存优化:纹理压缩的使用(TypeScript-2D进阶篇(TS)-性能优化) [ 38%]

...另一方面,就是直接读取并渲染,也可以避免图像解压到内存的占用开销。 那纹理格式有哪些?在移动端,Android平台的主流纹理格式是ETC(Ericsson Texture Compression),iOS平台的主流纹理格式是PVRTC(PowerVR Texture Compression)。 需要...

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