docs.unity.cn
    Show / Hide Table of Contents

    Class GraphContextAttribute

    Inheritance
    Object
    Attribute
    GraphContextAttribute
    Namespace: Unity.VisualScripting
    Syntax
    [AttributeUsage(AttributeTargets.Class, Inherited = false, AllowMultiple = true)]
    public sealed class GraphContextAttribute : Attribute, _Attribute, IDecoratorAttribute

    Constructors

    GraphContextAttribute(Type)

    Declaration
    public GraphContextAttribute(Type type)
    Parameters
    Type Name Description
    Type type

    Properties

    type

    Declaration
    public Type type { get; }
    Property Value
    Type Description
    Type
    Implements
    IDecoratorAttribute.type

    Extension Methods

    XAnalyserProvider.Analyser(Object, IGraphContext)
    XAnalyserProvider.Analyser<TAnalyser>(Object, IGraphContext)
    XAnalyserProvider.Analysis(Object, IGraphContext)
    XAnalyserProvider.Analysis<TAnalysis>(Object, IGraphContext)