SceneMetallicRoughnessMaterial.BaseColorFactor Property

Definition

Gets or sets a value that indicates the base color.

public:
 property float4 BaseColorFactor { float4 get(); void set(float4 value); };
float4 BaseColorFactor();

void BaseColorFactor(float4 value);
public Vector4 BaseColorFactor { get; set; }
var vector4 = sceneMetallicRoughnessMaterial.baseColorFactor;
sceneMetallicRoughnessMaterial.baseColorFactor = vector4;
Public Property BaseColorFactor As Vector4

Property Value

Vector4 Vector4

float4

A value that indicates the base color.

Applies to