SceneMetallicRoughnessMaterial.MetallicRoughnessInput 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 the input for how rough or smooth the material is.
public:
property SceneMaterialInput ^ MetallicRoughnessInput { SceneMaterialInput ^ get(); void set(SceneMaterialInput ^ value); };
SceneMaterialInput MetallicRoughnessInput();
void MetallicRoughnessInput(SceneMaterialInput value);
public SceneMaterialInput MetallicRoughnessInput { get; set; }
var sceneMaterialInput = sceneMetallicRoughnessMaterial.metallicRoughnessInput;
sceneMetallicRoughnessMaterial.metallicRoughnessInput = sceneMaterialInput;
Public Property MetallicRoughnessInput As SceneMaterialInput
Property Value
The input for how rough or smooth the material is.