Search Results for

    Show / Hide Table of Contents

    Class SimpleControl

    Base class of all controls used by Simple Shader Inspectors.

    Inheritance
    Object
    SimpleControl
    ControlContainer
    ControlContainer
    VRLabs.SimpleShaderInspectors.Controls.DoubleSidedGIControl
    VRLabs.SimpleShaderInspectors.Controls.EnableInstancingControl
    VRLabs.SimpleShaderInspectors.Controls.HelpBoxControl
    VRLabs.SimpleShaderInspectors.Controls.HorizontalContainer
    KeywordToggleControl
    KeywordToggleControl
    LabelControl
    LabelControl
    LightmapEmissionControl
    LightmapEmissionControl
    OrderedSectionGroup
    OrderedSectionGroup
    SpaceControl
    SpaceControl
    VertexStreamsControl
    VertexStreamsControl
    PropertyControl
    PropertyControl
    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.

    Extension Methods

    Chainables.Alias<T>(T, String)
    Chainables.SetVisibility<T>(T, Boolean)
    Chainables.SetEnabled<T>(T, Boolean)
    In This Article
    Back to top Copyright © VRLabs.
    Generated by DocFX