Class GraphContext<TGraph, TCanvas>
Inheritance
GraphContext<TGraph, TCanvas>
Assembly: Unity.VisualScripting.Core.Editor.dll
Syntax
public abstract class GraphContext<TGraph, TCanvas> : IGraphContext, IDisposable where TGraph : class, IGraph where TCanvas : class, ICanvas
Type Parameters
Name |
Description |
TGraph |
|
TCanvas |
|
Constructors
GraphContext(GraphReference)
Declaration
protected GraphContext(GraphReference reference)
Parameters
Properties
analyserProvider
Declaration
public AnalyserProvider analyserProvider { get; }
Property Value
canvas
Declaration
public TCanvas canvas { get; }
Property Value
extensions
Declaration
public ReadOnlyCollection<IGraphContextExtension> extensions { get; }
Property Value
graph
Declaration
public TGraph graph { get; }
Property Value
graphMetadata
Declaration
public Metadata graphMetadata { get; }
Property Value
isPrefabInstance
Declaration
public bool isPrefabInstance { get; }
Property Value
reference
Declaration
public GraphReference reference { get; }
Property Value
selection
Declaration
public GraphSelection selection { get; }
Property Value
selectionMetadata
Declaration
public Metadata selectionMetadata { get; }
Property Value
Declaration
public ReadOnlyCollection<ISidebarPanelContent> sidebarPanels { get; }
Property Value
windowTitle
Declaration
public virtual string windowTitle { get; }
Property Value
Methods
BeginEdit(bool)
Declaration
public void BeginEdit(bool disablePrefabInstance = true)
Parameters
Type |
Name |
Description |
bool |
disablePrefabInstance |
|
DescribeAndAnalyze()
Declaration
public void DescribeAndAnalyze()
Dispose()
Declaration
public virtual void Dispose()
ElementMetadata(IGraphElement)
Declaration
public Metadata ElementMetadata(IGraphElement element)
Parameters
Returns
EndEdit()
Declaration
Declaration
protected virtual IEnumerable<ISidebarPanelContent> SidebarPanels()
Returns
Implements
Extension Methods
Did you find this page useful? Please give it a rating:
Thanks for rating this page!
What kind of problem would you like to report?
Thanks for letting us know! This page has been marked for review based on your feedback.
If you have time, you can provide more information to help us fix the problem faster.
Provide more information
You've told us this page needs code samples. If you'd like to help us further, you could provide a code sample, or tell us about what kind of code sample you'd like to see:
You've told us there are code samples on this page which don't work. If you know how to fix it, or have something better we could use instead, please let us know:
You've told us there is information missing from this page. Please tell us more about what's missing:
You've told us there is incorrect information on this page. If you know what we should change to make it correct, please tell us:
You've told us this page has unclear or confusing information. Please tell us more about what you found unclear or confusing, or let us know how we could make it clearer:
You've told us there is a spelling or grammar error on this page. Please tell us what's wrong:
You've told us this page has a problem. Please tell us more about what's wrong:
Thank you for helping to make the Unity documentation better!
Your feedback has been submitted as a ticket for our documentation team to review.
We are not able to reply to every ticket submitted.