大约有 32 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0049 秒)
...是否深度写入。BaseMaterial diffuseTexture : BaseTexture 获取漫反射贴图。 ShurikenParticleMaterial dstBlend : int目标混合参数,在blend为BLEND_ENABLE_ALL时生效。BaseMaterial dstBlendAlpha : intAlpha目标混合参数,在blend为BLEND_ENABLE_SEPERATE时生效。BaseMateri...
来源: laya_api 发布时间: 20170929
...value: Color): void Defined in laya/d3/core/material/PBRMaterial.ts:186 漫反射颜色。 Returns Color Defined in laya/d3/core/material/PBRMaterial.ts:190 漫反射颜色。 Parameters value: Color Returns void albedoTexture get albedoTexture(): BaseTexture set albedoTexture(value: BaseTexture): v...
来源: Laya3.0_api 发布时间: 20231115
...是否深度写入。BaseMaterial diffuseTexture : BaseTexture 获取漫反射贴图。 PBRMaterial dstBlend : int目标混合参数,在blend为BLEND_ENABLE_ALL时生效。BaseMaterial dstBlendAlpha : intAlpha目标混合参数,在blend为BLEND_ENABLE_SEPERATE时生效。BaseMaterial dstBlendR...
来源: laya_api 发布时间: 20170929
...in laya/d3/core/material/BlinnPhongMaterial.ts:15 高光强度数据源_漫反射贴图的Alpha通道。 Static SPECULARSOURCE_SPECULARMAP SPECULARSOURCE_SPECULARMAP: number Defined in laya/d3/core/material/BlinnPhongMaterial.ts:17 高光强度数据源_高光贴图的RGB通道。 Static defaultMate...
来源: Laya3.0_api 发布时间: 20231115
...aterial.albedoColor Defined in laya/d3/core/material/PBRMaterial.ts:186 漫反射颜色。 Returns Color Inherited from PBRMaterial.albedoColor Defined in laya/d3/core/material/PBRMaterial.ts:190 漫反射颜色。 Parameters value: Color Returns void albedoTexture get albedoTexture(): BaseTexture s...
来源: Laya3.0_api 发布时间: 20231115
...aterial.albedoColor Defined in laya/d3/core/material/PBRMaterial.ts:134 漫反射颜色。 Returns Color Inherited from PBRMaterial.albedoColor Defined in laya/d3/core/material/PBRMaterial.ts:138 漫反射颜色。 Parameters value: Color Returns void albedoTexture get albedoTexture(): BaseTexture s...
来源: Laya3.0_api 发布时间: 20231102
...Defined in laya/d3/core/particleShuriKen/ShurikenParticleMaterial.ts:85 漫反射贴图。 Returns BaseTexture Defined in laya/d3/core/particleShuriKen/ShurikenParticleMaterial.ts:89 漫反射贴图。 Parameters value: BaseTexture Returns void tilingOffset get tilingOffset(): Vector4 set tilingOffs...
来源: Laya3.0_api 发布时间: 20231115
...销毁后不能再使用。Node diffuseColor : Vector3 获取灯光的漫反射颜色。 LightSprite direction : Vector3 获取平行光的方向。 SpotLight displayedInStage : Boolean[read-only] 表示是否在显示列表中显示。Node id : int[read-only] 获取唯一标识ID。 Sprite3D...
来源: laya_api 发布时间: 20170929
.../创建材质 var customMaterial = new MultiplePassOutlineMaterial(); //漫反射贴图 Laya.Texture2D.load("res/threeDimen/skinModel/LayaMonkey/Assets/LayaMonkey/diffuse.png", Laya.Handler.create(this, function(texture) { customMaterial.albedoTexture = texture; })); //设置材质 layaMonkey.meshRe...
来源: Laya2.0_文档 发布时间: 20210715
.../创建材质 var customMaterial = new MultiplePassOutlineMaterial(); //漫反射贴图 Laya.Texture2D.load("res/threeDimen/skinModel/LayaMonkey/Assets/LayaMonkey/diffuse.png", Laya.Handler.create(this, function(texture) { customMaterial.albedoTexture = texture; })); //设置材质 layaMonkey.meshRe...
来源: Laya2.0_文档 发布时间: 20210715