Class SimpleControl
Base class of all controls used by Simple Shader Inspectors.
Inheritance
SimpleControl
VRLabs.SimpleShaderInspectors.Controls.DoubleSidedGIControl
VRLabs.SimpleShaderInspectors.Controls.EnableInstancingControl
VRLabs.SimpleShaderInspectors.Controls.HelpBoxControl
VRLabs.SimpleShaderInspectors.Controls.HorizontalContainer
Namespace: VRLabs.SimpleShaderInspectors
Syntax
public abstract class SimpleControl
Constructors
| Name | Description |
|---|---|
| SimpleControl(String) | Default constructor of SimpleControl |
Properties
| Name | Description |
|---|---|
| Content | Localized GuiContent set by the inspector. |
| ControlAlias | Name used for localization. |
| Inspector | Inspector that contains this control. |
| IsEnabled | Boolean that defines if the control is enabled. |
| IsVisible | Boolean that defines if the control is visible. |
Methods
| Name | Description |
|---|---|
| ControlGUI(MaterialEditor) | Content of the control that is drawn. |
| DrawControl(MaterialEditor) | Content of the control that is drawn. |