Class GraphContextProvider
Inheritance
GraphContextProvider
Inherited Members
SingleDecoratorProvider<GraphReference, IGraphContext, GraphContextAttribute>.resolvedDecoratorTypes
Namespace: Unity.VisualScripting
Assembly: Unity.VisualScripting.Core.Editor.dll
Syntax
public class GraphContextProvider : SingleDecoratorProvider<GraphReference, IGraphContext, GraphContextAttribute>
Properties
cache
Declaration
protected override bool cache { get; }
Property Value
| Type | Description |
|---|---|
| bool |
Overrides
instance
Declaration
public static GraphContextProvider instance { get; }
Property Value
| Type | Description |
|---|---|
| GraphContextProvider |
Methods
GetDecoratedType(GraphReference)
Declaration
protected override Type GetDecoratedType(GraphReference reference)
Parameters
| Type | Name | Description |
|---|---|---|
| GraphReference | reference |
Returns
| Type | Description |
|---|---|
| Type |
Overrides
IsValid(GraphReference)
Declaration
public override bool IsValid(GraphReference reference)
Parameters
| Type | Name | Description |
|---|---|---|
| GraphReference | reference |
Returns
| Type | Description |
|---|---|
| bool |