大约有 439 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0065 秒)
...部分资源不通用所以资源必须分多份。目前支持平台专属纹理压缩格式。 `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
...k遮罩,并且使用了graphic进行绘制时候,在更新UI3D材质的纹理时候出现了空白导致的闪烁问题,这个问题已经进行排期处理了哈,您可以关注下后修的更新日志内容,现在提供给您一个暂时的处理方法来规避这个问题: 将使用...
来源: Laya_社区 发布时间: 20231204
... this.pbrStandardMaterial = new Laya.PBRStandardMaterial(); //获取新的纹理 this.pbrTexture = Laya.Loader.getRes("res/threeDimen/texture/earth.png") as Laya.Texture2D; //为PBRStandard材质设置漫反射贴图 this.pbrStandardMaterial.albedoTexture = this.pbrTexture; //修改导出球的材...
来源: Laya2.0_文档 发布时间: 20210715
...erTarget(true,false,new Vector4(0,0,0,0)); //将传入的Render渲染到纹理上 for(var i = 0,n = renders.length;i<n;i++){ buf.drawRender(renders[i],materials[i],0); } //创建新的RenderTexture var subRendertexture = RenderTexture.createFromPool(viewPort.width,viewPort.height,RenderTexture...
来源: Laya_社区 发布时间: 20201218