SceneMetallicRoughnessMaterial.MetallicFactor Property

Definition

Gets or sets a value that indicates how metallic the material appears.

public:
 property float MetallicFactor { float get(); void set(float value); };
float MetallicFactor();

void MetallicFactor(float value);
public float MetallicFactor { get; set; }
var single = sceneMetallicRoughnessMaterial.metallicFactor;
sceneMetallicRoughnessMaterial.metallicFactor = single;
Public Property MetallicFactor As Single

Property Value

Single

float

A value that indicates how metallic the material appears.

Applies to