Class ScriptableSingleton<T>
Inheritance
ScriptableSingleton<T>
Assembly: UnityEditor.dll
Syntax
public class ScriptableSingleton<T> : ScriptableObject where T : ScriptableObject
Type Parameters
Constructors
|
Improve this Doc
View Source
ScriptableSingleton()
Declaration
protected ScriptableSingleton()
Properties
|
Improve this Doc
View Source
instance
Declaration
public static T instance { get; }
Property Value
Methods
|
Improve this Doc
View Source
Save(Boolean)
Declaration
protected virtual void Save(bool saveAsText)
Parameters
Type |
Name |
Description |
Boolean |
saveAsText |
|
Extension Methods