Class RenderPipelineUtils
Represents a series of Render Pipeline utility methods.
Inherited Members
Namespace: TriLibCore.Utils
Assembly: TriLibCore.dll
Syntax
public static class RenderPipelineUtils
Properties
IsUsingHDRPPipeline
Returns true
if the project is using the HDRP Rendering Pipeline.
Declaration
public static bool IsUsingHDRPPipeline { get; }
Property Value
Type | Description |
---|---|
bool |
IsUsingStandardPipeline
Declaration
public static bool IsUsingStandardPipeline { get; }
Property Value
Type | Description |
---|---|
bool |
IsUsingUniversalPipeline
Returns true
if the project is using the Universal Rendering Pipeline.
Declaration
public static bool IsUsingUniversalPipeline { get; }
Property Value
Type | Description |
---|---|
bool |