Search Results for

    Show / Hide Table of Contents

    Class EntityColorModifier

    Inheritance
    object
    EntityColorModifier
    Namespace: Global
    Assembly: Dew.Core.dll
    Syntax
    public class EntityColorModifier

    Properties

    baseColor

    Declaration
    public Color baseColor { get; set; }
    Property Value
    Type Description
    UnityEngine.Color

    dissolveAmount

    Declaration
    public float dissolveAmount { get; set; }
    Property Value
    Type Description
    float

    dissolveColor

    Declaration
    public Color? dissolveColor { get; set; }
    Property Value
    Type Description
    UnityEngine.Color?

    emission

    Declaration
    public Color emission { get; set; }
    Property Value
    Type Description
    UnityEngine.Color

    opacity

    Declaration
    public float opacity { get; set; }
    Property Value
    Type Description
    float

    Methods

    Stop()

    Remove this color modifier from its parent.

    Declaration
    public void Stop()
    In This Article
    Back to top Shape of Dreams API Documentation