• Home
  • Store
    Show / Hide Table of Contents

    Struct QuickPreset

    Namespace: LeTai.TrueShadow
    Assembly: LeTai.TrueShadow.dll

    Constructors

    QuickPreset(string, float, float, float, float)

    Declaration
    public QuickPreset(string name, float size, float spread, float distance, float alpha)
    Parameters
    Type Name Description
    string name
    float size
    float spread
    float distance
    float alpha

    Fields

    alpha

    Declaration
    [Range(0, 1)]
    public float alpha
    Field Value
    Type Description
    float

    distance

    Declaration
    [Min(0)]
    public float distance
    Field Value
    Type Description
    float

    name

    Declaration
    public string name
    Field Value
    Type Description
    string

    size

    Declaration
    [Min(0)]
    public float size
    Field Value
    Type Description
    float

    spread

    Declaration
    [SpreadSlider]
    public float spread
    Field Value
    Type Description
    float

    Methods

    Apply(TrueShadow)

    Declaration
    public void Apply(TrueShadow target)
    Parameters
    Type Name Description
    TrueShadow target
    In This Article
    Like True Shadow? Your review is greatly appreciated! ⭐⭐⭐⭐⭐ Back to top