Class GraphicsSettingsUtils
Represents a series of graphic settings utility methods.
Inherited Members
Namespace: TriLibCore.Utils
Assembly: Assembly-CSharp.dll
Syntax
public static class GraphicsSettingsUtils
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
Returns true
if the project is using the Standard Rendering Pipeline.
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 |