docs.unity3d.com
    Show / Hide Table of Contents

    Class HDRenderPipelineAsset

    High Definition Render Pipeline asset.

    Inheritance
    Object
    HDRenderPipelineAsset
    Namespace: UnityEngine.Rendering.HighDefinition
    Syntax
    public class HDRenderPipelineAsset : RenderPipelineAsset, IVirtualTexturingEnabledRenderPipeline, IVersionable<HDRenderPipelineAsset.Version>

    Fields

    availableMaterialQualityLevels

    Available material quality levels for this asset.

    Declaration
    public MaterialQuality availableMaterialQualityLevels
    Field Value
    Type Description
    MaterialQuality

    Properties

    currentPlatformRenderPipelineSettings

    Return the current use RenderPipelineSettings (i.e for the current platform)

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

    decalLayerNames

    Names used for display of light layers.

    Declaration
    public string[] decalLayerNames { get; }
    Property Value
    Type Description
    String[]

    defaultMaterialQualityLevel

    Default material quality level for this asset.

    Declaration
    public MaterialQuality defaultMaterialQualityLevel { get; }
    Property Value
    Type Description
    MaterialQuality

    defaultShader

    HDRP default shader.

    Declaration
    public override Shader defaultShader { get; }
    Property Value
    Type Description
    Shader

    lightLayerNames

    Names used for display of light layers.

    Declaration
    public string[] lightLayerNames { get; }
    Property Value
    Type Description
    String[]

    renderingLayerMaskNames

    Names used for display of rendering layer masks.

    Declaration
    public override string[] renderingLayerMaskNames { get; }
    Property Value
    Type Description
    String[]

    virtualTexturingEnabled

    Indicates if virtual texturing is currently enabled for this render pipeline instance.

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

    Methods

    CreatePipeline()

    CreatePipeline implementation.

    Declaration
    protected override RenderPipeline CreatePipeline()
    Returns
    Type Description
    RenderPipeline

    A new HDRenderPipeline instance.

    OnValidate()

    OnValidate implementation.

    Declaration
    protected override void OnValidate()

    Explicit Interface Implementations

    IVersionable<HDRenderPipelineAsset.Version>.version

    Declaration
    HDRenderPipelineAsset.Version IVersionable<HDRenderPipelineAsset.Version>.version { get; set; }
    Returns
    Type Description
    UnityEngine.Rendering.HighDefinition.HDRenderPipelineAsset.Version
    Implements
    IVersionable<TVersion>.version
    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