Class HDRenderPipeline | High Definition RP | 6.5.3-preview
docs.unity3d.com
    Show / Hide Table of Contents

    Class HDRenderPipeline

    Inheritance
    Object
    HDRenderPipeline
    Namespace: UnityEngine.Experimental.Rendering.HDPipeline
    Syntax
    public class HDRenderPipeline : RenderPipeline

    Constructors

    HDRenderPipeline(HDRenderPipelineAsset)

    Declaration
    public HDRenderPipeline(HDRenderPipelineAsset asset)
    Parameters
    Type Name Description
    HDRenderPipelineAsset asset

    Fields

    frameSettingsHistoryEnabled

    Declaration
    public bool frameSettingsHistoryEnabled
    Field Value
    Type Description
    Boolean

    k_ShaderTagName

    Declaration
    public const string k_ShaderTagName = "HDRenderPipeline"
    Field Value
    Type Description
    String

    Properties

    asset

    Declaration
    public HDRenderPipelineAsset asset { get; }
    Property Value
    Type Description
    HDRenderPipelineAsset

    currentPlatformRenderPipelineSettings

    Declaration
    public RenderPipelineSettings currentPlatformRenderPipelineSettings { get; }
    Property Value
    Type Description
    RenderPipelineSettings

    debugDisplaySettings

    Declaration
    public DebugDisplaySettings debugDisplaySettings { get; }
    Property Value
    Type Description
    DebugDisplaySettings

    showCascade

    Declaration
    public bool showCascade { get; set; }
    Property Value
    Type Description
    Boolean

    Methods

    ApplyDebugDisplaySettings(HDCamera, CommandBuffer)

    Declaration
    public void ApplyDebugDisplaySettings(HDCamera hdCamera, CommandBuffer cmd)
    Parameters
    Type Name Description
    HDCamera hdCamera
    CommandBuffer cmd

    ConfigureKeywords(Boolean, HDCamera, CommandBuffer)

    Declaration
    public void ConfigureKeywords(bool enableBakeShadowMask, HDCamera hdCamera, CommandBuffer cmd)
    Parameters
    Type Name Description
    Boolean enableBakeShadowMask
    HDCamera hdCamera
    CommandBuffer cmd

    Dispose(Boolean)

    Declaration
    protected override void Dispose(bool disposing)
    Parameters
    Type Name Description
    Boolean disposing

    ExportSkyToTexture()

    Declaration
    public Texture2D ExportSkyToTexture()
    Returns
    Type Description
    Texture2D

    GetBlitMaterial(Boolean)

    Declaration
    public Material GetBlitMaterial(bool useTexArray)
    Parameters
    Type Name Description
    Boolean useTexArray
    Returns
    Type Description
    Material

    GetCurrentShadowCount()

    Declaration
    public int GetCurrentShadowCount()
    Returns
    Type Description
    Int32

    GetDecalAtlasMipCount()

    Declaration
    public int GetDecalAtlasMipCount()
    Returns
    Type Description
    Int32

    PushColorPickerDebugTexture(CommandBuffer, HDCamera, RTHandleSystem.RTHandle)

    Declaration
    public void PushColorPickerDebugTexture(CommandBuffer cmd, HDCamera hdCamera, RTHandleSystem.RTHandle textureID)
    Parameters
    Type Name Description
    CommandBuffer cmd
    HDCamera hdCamera
    RTHandleSystem.RTHandle textureID

    PushFullScreenDebugTexture(HDCamera, CommandBuffer, RTHandleSystem.RTHandle, FullScreenDebugMode)

    Declaration
    public void PushFullScreenDebugTexture(HDCamera hdCamera, CommandBuffer cmd, RTHandleSystem.RTHandle textureID, FullScreenDebugMode debugMode)
    Parameters
    Type Name Description
    HDCamera hdCamera
    CommandBuffer cmd
    RTHandleSystem.RTHandle textureID
    FullScreenDebugMode debugMode

    PushFullScreenLightingDebugTexture(HDCamera, CommandBuffer, RTHandleSystem.RTHandle)

    Declaration
    public void PushFullScreenLightingDebugTexture(HDCamera hdCamera, CommandBuffer cmd, RTHandleSystem.RTHandle textureID)
    Parameters
    Type Name Description
    HDCamera hdCamera
    CommandBuffer cmd
    RTHandleSystem.RTHandle textureID

    PushGlobalParams(HDCamera, CommandBuffer)

    Declaration
    public void PushGlobalParams(HDCamera hdCamera, CommandBuffer cmd)
    Parameters
    Type Name Description
    HDCamera hdCamera
    CommandBuffer cmd

    Render(ScriptableRenderContext, Camera[])

    Declaration
    protected override void Render(ScriptableRenderContext renderContext, Camera[] cameras)
    Parameters
    Type Name Description
    ScriptableRenderContext renderContext
    Camera[] cameras

    RequestSkyEnvironmentUpdate()

    Declaration
    public void RequestSkyEnvironmentUpdate()

    SetMicroShadowingSettings(CommandBuffer)

    Declaration
    public void SetMicroShadowingSettings(CommandBuffer cmd)
    Parameters
    Type Name Description
    CommandBuffer cmd
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023