Class EdgarScriptableSingleton<T>
Inheritance
System.Object
EdgarScriptableSingleton<T>
Assembly: cs.temp.dll.dll
Syntax
public class EdgarScriptableSingleton<T> : ScriptableObject where T : ScriptableObject
Type Parameters
Constructors
EdgarScriptableSingleton()
Declaration
protected EdgarScriptableSingleton()
Properties
instance
Declaration
public static T instance { get; }
Property Value
Methods
Save(Boolean)
Declaration
protected virtual void Save(bool saveAsText)
Parameters
Type |
Name |
Description |
System.Boolean |
saveAsText |
|