Method SetEmissiveColor
SetEmissiveColor(Material, Color)
Set the Emissive Color on Lit, Unlit and Decal shaders.
Declaration
public static void SetEmissiveColor(Material material, Color value)
Parameters
| Type | Name | Description |
|---|---|---|
| Material | material | The material to change. |
| Color | value | The emissive color. In LDR if the material uses a separate emissive intensity value, in HDR otherwise. |