• Home
  • Store
    Show / Hide Table of Contents

    Class ProjectSettings

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

    Fields

    DEFAULT_RESOURCE_PATH

    Declaration
    public const string DEFAULT_RESOURCE_PATH = "True Shadow Project Settings Default"
    Field Value
    Type Description
    string

    RESOURCE_PATH

    Declaration
    public const string RESOURCE_PATH = "True Shadow Project Settings"
    Field Value
    Type Description
    string

    Properties

    GlobalAngle

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

    Instance

    Declaration
    public static ProjectSettings Instance { get; }
    Property Value
    Type Description
    ProjectSettings

    QuickPresets

    Declaration
    public List<QuickPreset> QuickPresets { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<T><QuickPreset>

    ShowQuickPresetsButtons

    Declaration
    public bool ShowQuickPresetsButtons { get; }
    Property Value
    Type Description
    bool

    UseGlobalAngleByDefault

    Declaration
    public bool UseGlobalAngleByDefault { get; set; }
    Property Value
    Type Description
    bool

    Events

    globalAngleChanged

    Declaration
    public event Action<float> globalAngleChanged
    Event Type
    Type Description
    System.Action<T><float>
    In This Article
    Like True Shadow? Your review is greatly appreciated! ⭐⭐⭐⭐⭐ Back to top