Class ComponentSingleton<TType>
Namespace: UnityEngine.Experimental.Rendering
Syntax
public static class ComponentSingleton<TType>
where TType : Component
Type Parameters
Name | Description |
---|---|
TType |
Properties
instance
Declaration
public static TType instance { get; }
Property Value
Type | Description |
---|---|
TType |