ScenePbrMaterial.EmissiveFactor 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 material's emissive value.
public:
property float3 EmissiveFactor { float3 get(); void set(float3 value); };
float3 EmissiveFactor();
void EmissiveFactor(float3 value);
public Vector3 EmissiveFactor { get; set; }
var vector3 = scenePbrMaterial.emissiveFactor;
scenePbrMaterial.emissiveFactor = vector3;
Public Property EmissiveFactor As Vector3
Property Value
The material's emissive value.