Class Singleton<T>
Inheritance
ScriptableObject
Singleton<T>
Namespace: UnityEngine.Experimental.Rendering
Syntax
public abstract class Singleton<T> : ScriptableObject where T : ScriptableObject
Type Parameters
| Name | Description | 
|---|---|
| T | 
Properties
instance
Declaration
protected static T instance { get; }
Property Value
| Type | Description | 
|---|---|
| T |