Search Results for

    Show / Hide Table of Contents

    Class LightmapEmissionControl

    Control that handles the lightmap Emission Property of the material.

    Inheritance
    Object
    SimpleControl
    LightmapEmissionControl
    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.

    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