docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Delegate BaseRenderFunc<PassData, ContextType>

    The Render Pass rendering delegate to use with typed contexts.

    Namespace: UnityEngine.Rendering.RenderGraphModule
    Assembly: Unity.RenderPipelines.Core.Runtime.dll
    Syntax
    [MovedFrom(true, "UnityEngine.Experimental.Rendering.RenderGraphModule", "UnityEngine.Rendering.RenderGraphModule", null)]
    public delegate void BaseRenderFunc<PassData, ContextType>(PassData data, ContextType renderGraphContext) where PassData : class, new()
    Parameters
    Type Name Description
    PassData data

    Render Pass specific data.

    ContextType renderGraphContext

    Global Render Graph context.

    Type Parameters
    Name Description
    PassData

    The type of the class used to provide data to the Render Pass.

    ContextType

    The type of the context that will be passed to the render function.

    Extension Methods

    ReflectionUtils.GetField(object, string)
    ReflectionUtils.GetFields(object)
    ReflectionUtils.Invoke(object, string, params object[])
    ReflectionUtils.SetField(object, string, object)
    AnalyticsUtils.ToNestedColumnWithDefault<T>(T, T, bool)
    AnalyticsUtils.ToNestedColumn<T>(T, T)
    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)