Class XGraphContextProvider | Bolt Visual Scripting | 1.4.12
docs.unity3d.com
    Show / Hide Table of Contents

    Class XGraphContextProvider

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

    Methods

    Context(GraphReference)

    Declaration
    public static IGraphContext Context(this GraphReference reference)
    Parameters
    Type Name Description
    GraphReference reference
    Returns
    Type Description
    IGraphContext

    Context<T>(GraphReference)

    Declaration
    public static T Context<T>(this GraphReference reference)
        where T : IGraphContext
    Parameters
    Type Name Description
    GraphReference reference
    Returns
    Type Description
    T
    Type Parameters
    Name Description
    T
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX