Class ProjectSettings
Assembly: LeTai.TrueShadow.dll
Fields
DEFAULT_RESOURCE_PATH
Declaration
public const string DEFAULT_RESOURCE_PATH = "True Shadow Project Settings Default"
Field Value
RESOURCE_PATH
Declaration
public const string RESOURCE_PATH = "True Shadow Project Settings"
Field Value
Properties
GlobalAngle
Declaration
public float GlobalAngle { get; set; }
Property Value
Instance
Declaration
public static ProjectSettings Instance { get; }
Property Value
QuickPresets
Declaration
public List<QuickPreset> QuickPresets { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<T><QuickPreset> |
|
Declaration
public bool ShowQuickPresetsButtons { get; }
Property Value
UseGlobalAngleByDefault
Declaration
public bool UseGlobalAngleByDefault { get; set; }
Property Value
Events
globalAngleChanged
Declaration
public event Action<float> globalAngleChanged
Event Type
Type |
Description |
System.Action<T><float> |
|