Class CoreEditorDrawersExtensions | High Definition RP | 6.7.1-preview
docs.unity.cn
    Show / Hide Table of Contents

    Class CoreEditorDrawersExtensions

    Inheritance
    Object
    CoreEditorDrawersExtensions
    Namespace: UnityEditor.Experimental.Rendering.HDPipeline
    Syntax
    public static class CoreEditorDrawersExtensions

    Methods

    Draw<TData>(IEnumerable<CoreEditorDrawer<TData>.IDrawer>, TData, Editor)

    Concatenate a collection of IDrawer as a unique IDrawer

    Declaration
    public static void Draw<TData>(this IEnumerable<CoreEditorDrawer<TData>.IDrawer> drawers, TData data, Editor owner)
    Parameters
    Type Name Description
    IEnumerable<CoreEditorDrawer.IDrawer<>> drawers
    TData data
    Editor owner
    Type Parameters
    Name Description
    TData
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX