Class Singleton<T>
Namespace: Unity.UIWidgets.debugger
Syntax
public class Singleton<T> : ScriptableObject where T : ScriptableObject
Type Parameters
Name | Description |
---|---|
T |
Properties
Instance
Declaration
public static T Instance { get; }
Property Value
Type | Description |
---|---|
T |
Methods
Create()
Declaration
public static T Create()
Returns
Type | Description |
---|---|
T |
Initialize()
Declaration
protected virtual void Initialize()