docs.unity3d.com
    Show / Hide Table of Contents

    Class XWidgetProvider

    Inheritance
    Object
    XWidgetProvider
    Namespace: Ludiq.Bolt
    Syntax
    public static class XWidgetProvider

    Methods

    Widget(IGraphContext, IGraphChild)

    Declaration
    public static IWidget Widget(this IGraphContext context, IGraphChild model)
    Parameters
    Type Name Description
    IGraphContext context
    IGraphChild model
    Returns
    Type Description
    IWidget

    Widget(IGraphContext, IGraphElement)

    Declaration
    public static IGraphElementWidget Widget(this IGraphContext context, IGraphElement element)
    Parameters
    Type Name Description
    IGraphContext context
    IGraphElement element
    Returns
    Type Description
    IGraphElementWidget

    Widget<TWidget>(IGraphContext, IGraphChild)

    Declaration
    public static TWidget Widget<TWidget>(this IGraphContext context, IGraphChild model)
        where TWidget : IWidget
    Parameters
    Type Name Description
    IGraphContext context
    IGraphChild model
    Returns
    Type Description
    TWidget
    Type Parameters
    Name Description
    TWidget

    Widget<TWidget>(IGraphContext, IGraphElement)

    Declaration
    public static TWidget Widget<TWidget>(this IGraphContext context, IGraphElement element)
        where TWidget : IGraphElementWidget
    Parameters
    Type Name Description
    IGraphContext context
    IGraphElement element
    Returns
    Type Description
    TWidget
    Type Parameters
    Name Description
    TWidget
    Back to top
    Terms of use
    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