Class ComponentSingleton<TType>
Singleton of a Component class.
Namespace: UnityEngine.Rendering
Syntax
public static class ComponentSingleton<TType> : object where TType : Component
Type Parameters
| Name | Description | 
|---|---|
| TType | Component type.  | 
Properties
instance
Instance of the required component type.
Declaration
public static TType instance { get; }
Property Value
| Type | Description | 
|---|---|
| TType | 
Methods
Release()
Release the component singleton.
Declaration
public static void Release()