TriLib
Search Results for

    Show / Hide Table of Contents

    Class GraphicsSettingsUtils

    Represents a series of graphic settings utility methods.

    Inheritance
    object
    GraphicsSettingsUtils
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    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
    In this article
    Back to top Generated by DocFX