docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method Select

    Select<T2Data>(DataSelect<T2Data>, params IDrawer[])

    Create an IDrawer based on an other data container

    Declaration
    public static CoreEditorDrawer<TData>.IDrawer Select<T2Data>(CoreEditorDrawer<TData>.DataSelect<T2Data> dataSelect, params CoreEditorDrawer<T2Data>.IDrawer[] otherDrawers)
    Parameters
    Type Name Description
    CoreEditorDrawer<TData>.DataSelect<T2Data> dataSelect

    The data new source for the inner drawers

    IDrawer[] otherDrawers

    Inner drawers drawed with given data sources

    Returns
    Type Description
    CoreEditorDrawer<TData>.IDrawer

    A IDrawer object

    Type Parameters
    Name Description
    T2Data

    Type of selected object containing in the given data containing data needed to draw inspector

    Select<T2Data>(DataSelect<T2Data>, params ActionDrawer[])

    Create an IDrawer based on an other data container

    Declaration
    public static CoreEditorDrawer<TData>.IDrawer Select<T2Data>(CoreEditorDrawer<TData>.DataSelect<T2Data> dataSelect, params CoreEditorDrawer<T2Data>.ActionDrawer[] otherDrawers)
    Parameters
    Type Name Description
    CoreEditorDrawer<TData>.DataSelect<T2Data> dataSelect

    The data new source for the inner drawers

    ActionDrawer[] otherDrawers

    Inner drawers drawed with given data sources

    Returns
    Type Description
    CoreEditorDrawer<TData>.IDrawer

    A IDrawer object

    Type Parameters
    Name Description
    T2Data

    Type of selected object containing in the given data containing data needed to draw inspector

    In This Article
    Back to top
    Copyright © 2023 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)