大约有 442 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0069 秒)
...图对应LayaUnity插件导出的ltcb或ltcb.ls文件。设置scene3D反射纹理的代码在Scene3D类中的reflection属性。 有反射探针之后,开发者可以根据不同的区域来烘培不同的反射天空盒,以此来得到更多更丰富的反射效果,如下图所示: ![img](i...
来源: Laya2.0_文档 发布时间: 20210715
...ited from BaseTexture.dimension Defined in laya/resource/BaseTexture.ts:55 纹理几何属性 Returns TextureDimension filterMode get filterMode(): FilterMode set filterMode(value: FilterMode): void Inherited from BaseTexture.filterMode Defined in laya/resource/BaseTexture.ts:91 采样过滤模式 R...
来源: Laya3.0_api 发布时间: 20231115
...ited from BaseTexture.dimension Defined in laya/resource/BaseTexture.ts:55 纹理几何属性 Returns TextureDimension filterMode get filterMode(): FilterMode set filterMode(value: FilterMode): void Inherited from BaseTexture.filterMode Defined in laya/resource/BaseTexture.ts:91 采样过滤模式 R...
来源: Laya3.0_api 发布时间: 20231115
...部分资源不通用所以资源必须分多份。目前支持平台专属纹理压缩格式。 `Conventional` 通用平台,只是普通的JPG和PNG。 ##### (8) Other Setting 其他设置 `Customize Export Root Directory Name ` 自定义导出文件夹名字,默认的文件夹名字为“layaS...
来源: Laya2.0_文档 发布时间: 20200620
...alue: Vector4): void Defined in laya/d3/core/material/EffectMaterial.ts:46 纹理平铺和偏移。 Returns Vector4 Defined in laya/d3/core/material/EffectMaterial.ts:50 纹理平铺和偏移。 Parameters value: Vector4 Returns void Static cpuMemory get cpuMemory(): number Inherited from Resource.c...
来源: Laya3.0_api 发布时间: 20231115
...Cube): void Defined in laya/d3/core/material/SkyBoxMaterial.ts:64 天空盒纹理。 Returns TextureCube Defined in laya/d3/core/material/SkyBoxMaterial.ts:68 天空盒纹理。 Parameters value: TextureCube Returns void tintColor get tintColor(): Color set tintColor(value: Color): void Defined in l...
来源: Laya3.0_api 发布时间: 20231115
...id Defined in laya/d3/core/material/SkyPanoramicMaterial.ts:67 全景天空纹理。 Returns Texture2D Defined in laya/d3/core/material/SkyPanoramicMaterial.ts:71 全景天空纹理。 Parameters value: Texture2D Returns void referenceCount get referenceCount(): number Inherited from Resource.refere...
来源: Laya3.0_api 发布时间: 20231115
...据 layabox写好的程序可以打包成windows安装包吗? layabox中纹理的颜色采样问题,用原生combobox也有这个问题 LayaBox 出错啦,请把此信息截图给研发商 SimpleSingletonList LAYAAIR2.0 有新手文档吗,我连HELLOWORLD都打不出 使用layabox开完游戏...
来源: Laya_社区 发布时间: 20190117
...value: Vector4): void Defined in laya/d3/core/material/UnlitMaterial.ts:78 纹理平铺和偏移。 Returns Vector4 Defined in laya/d3/core/material/UnlitMaterial.ts:82 纹理平铺和偏移。 Parameters value: Vector4 Returns void Static cpuMemory get cpuMemory(): number Inherited from Resource.cp...
来源: Laya3.0_api 发布时间: 20231115
...ndard材质 pbrStandardMaterial = new PBRStandardMaterial(); //获取新的纹理 pbrTexture = Loader.getRes("res/threeDimen/texture/earth.png") as Texture2D; //为PBRStandard材质设置漫反射贴图 pbrStandardMaterial.albedoTexture = pbrTexture; //修改导出球的材质 sphere.meshRenderer.ma...
来源: Laya2.0_文档 发布时间: 20210715