TriLib
Search Results for

    Show / Hide Table of Contents

    Class RenderPipelineUtils

    Represents a series of Render Pipeline utility methods.

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