ScenePbrMaterial.EmissiveInput 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 the material's emissive value.
public:
property SceneMaterialInput ^ EmissiveInput { SceneMaterialInput ^ get(); void set(SceneMaterialInput ^ value); };
SceneMaterialInput EmissiveInput();
void EmissiveInput(SceneMaterialInput value);
public SceneMaterialInput EmissiveInput { get; set; }
var sceneMaterialInput = scenePbrMaterial.emissiveInput;
scenePbrMaterial.emissiveInput = sceneMaterialInput;
Public Property EmissiveInput As SceneMaterialInput
Property Value
The input for the material's emissive value.