Show / Hide Table of Contents

Class EdgarScriptableSingleton<T>

Inheritance
System.Object
EdgarScriptableSingleton<T>
EdgarSettings
Namespace: Edgar.Unity.Editor
Assembly: cs.temp.dll.dll
Syntax
public class EdgarScriptableSingleton<T> : ScriptableObject where T : ScriptableObject
Type Parameters
Name Description
T

Constructors

EdgarScriptableSingleton()

Declaration
protected EdgarScriptableSingleton()

Properties

instance

Declaration
public static T instance { get; }
Property Value
Type Description
T

Methods

Save(Boolean)

Declaration
protected virtual void Save(bool saveAsText)
Parameters
Type Name Description
System.Boolean saveAsText
In This Article
Back to top Generated by DocFX