SceneMetallicRoughnessMaterial.BaseColorInput 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 material's base color.
public:
property SceneMaterialInput ^ BaseColorInput { SceneMaterialInput ^ get(); void set(SceneMaterialInput ^ value); };
SceneMaterialInput BaseColorInput();
void BaseColorInput(SceneMaterialInput value);
public SceneMaterialInput BaseColorInput { get; set; }
var sceneMaterialInput = sceneMetallicRoughnessMaterial.baseColorInput;
sceneMetallicRoughnessMaterial.baseColorInput = sceneMaterialInput;
Public Property BaseColorInput As SceneMaterialInput
Property Value
The input for for material's base color.