Class LightweightRenderPipeline | Package Manager UI website
docs.unity3d.com
    Show / Hide Table of Contents

    Class LightweightRenderPipeline

    Inheritance
    System.Object
    LightweightRenderPipeline
    Namespace: UnityEngine.Experimental.Rendering.LightweightPipeline
    Syntax
    public sealed class LightweightRenderPipeline : RenderPipeline

    Constructors

    LightweightRenderPipeline(LightweightRenderPipelineAsset)

    Declaration
    public LightweightRenderPipeline(LightweightRenderPipelineAsset asset)
    Parameters
    Type Name Description
    LightweightRenderPipelineAsset asset

    Fields

    lightsDelegate

    Declaration
    public static Lightmapping.RequestLightsDelegate lightsDelegate
    Field Value
    Type Description
    Lightmapping.RequestLightsDelegate

    Properties

    renderer

    Declaration
    public ScriptableRenderer renderer { get; }
    Property Value
    Type Description
    ScriptableRenderer

    supportedShaderFeatures

    Declaration
    public static ShaderFeatures supportedShaderFeatures { get; }
    Property Value
    Type Description
    ShaderFeatures

    Methods

    Dispose()

    Declaration
    public override sealed void Dispose()

    IsStereoEnabled(Camera)

    Declaration
    public static bool IsStereoEnabled(Camera camera)
    Parameters
    Type Name Description
    Camera camera
    Returns
    Type Description
    System.Boolean

    Render(ScriptableRenderContext, Camera[])

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

    RenderSingleCamera(LightweightRenderPipeline, ScriptableRenderContext, Camera, ref CullResults, IRendererSetup)

    Declaration
    public static void RenderSingleCamera(LightweightRenderPipeline pipelineInstance, ScriptableRenderContext context, Camera camera, ref CullResults cullResults, IRendererSetup setup = null)
    Parameters
    Type Name Description
    LightweightRenderPipeline pipelineInstance
    ScriptableRenderContext context
    Camera camera
    CullResults cullResults
    IRendererSetup setup

    SetSupportedShaderFeatures(LightweightRenderPipelineAsset)

    Declaration
    public static void SetSupportedShaderFeatures(LightweightRenderPipelineAsset pipelineAsset)
    Parameters
    Type Name Description
    LightweightRenderPipelineAsset pipelineAsset
    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