Class XWidgetProvider | Bolt Visual Scripting | 1.4.12
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 Copyright © 2020 Unity Technologies
    Generated by DocFX