Search Results for

    Show / Hide Table of Contents

    Class SkillVisualOverrideItem

    Inheritance
    object
    SkillVisualOverrideItem
    Namespace: Global
    Assembly: Dew.Core.dll
    Syntax
    [Serializable]
    public class SkillVisualOverrideItem

    Fields

    changeHue

    Declaration
    public bool changeHue
    Field Value
    Type Description
    bool

    changeSaturation

    Declaration
    public bool changeSaturation
    Field Value
    Type Description
    bool

    changeValue

    Declaration
    public bool changeValue
    Field Value
    Type Description
    bool

    hue

    Declaration
    [Range(0, 360)]
    [ShowIf("changeHue", true)]
    public float hue
    Field Value
    Type Description
    float

    saturationMultiplier

    Declaration
    [ShowIf("changeSaturation", true)]
    public float saturationMultiplier
    Field Value
    Type Description
    float

    targets

    Declaration
    public string[] targets
    Field Value
    Type Description
    string[]

    valueMultiplier

    Declaration
    [ShowIf("changeValue", true)]
    public float valueMultiplier
    Field Value
    Type Description
    float

    Methods

    Apply(GameObject)

    Declaration
    public void Apply(GameObject gobj)
    Parameters
    Type Name Description
    UnityEngine.GameObject gobj
    In This Article
    Back to top Shape of Dreams API Documentation