SceneMetallicRoughnessMaterial.MetallicFactor Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.