docs.unity.cn
    Show / Hide Table of Contents

    Class XGraphContextProvider

    Inheritance
    Object
    XGraphContextProvider
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Unity.VisualScripting
    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 © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Friday, August 4, 2023