Class LightmapEmissionControl
Control that handles the lightmap Emission Property of the material.
Namespace: VRLabs.SimpleShaderInspectors.Controls
Syntax
public class LightmapEmissionControl : SimpleControl
Remarks
Is the Simple Shader Inspectors equivalent of MaterialEditor.LightmapEmissionProperty.
It does not need an alias in order to work.
Examples
Example usage:
this.AddLightmapEmissionControl();
Constructors
| Name | Description |
|---|---|
| LightmapEmissionControl() | Default constructor of LightmapEmissionControl. |
Properties
| Name | Description |
|---|---|
| HasLightmapEmissionUpdated | Boolean indicating if the lightmap emission property has updated. |
Methods
| Name | Description |
|---|---|
| ControlGUI(MaterialEditor) | Draws the control represented by this object. |