Class GraphEditorView
Inheritance
System.Object
GraphEditorView
Syntax
public class GraphEditorView : VisualElement, IDisposable
Constructors
GraphEditorView(EditorWindow, AbstractMaterialGraph)
Declaration
public GraphEditorView(EditorWindow editorWindow, AbstractMaterialGraph graph)
Parameters
Properties
assetName
Declaration
public string assetName { get; set; }
Property Value
Type |
Description |
System.String |
|
convertToSubgraphRequested
Declaration
public Action convertToSubgraphRequested { get; set; }
Property Value
graphView
Declaration
public MaterialGraphView graphView { get; }
Property Value
saveRequested
Declaration
public Action saveRequested { get; set; }
Property Value
showInProjectRequested
Declaration
public Action showInProjectRequested { get; set; }
Property Value
Methods
Dispose()
Declaration
HandleGraphChanges()
Declaration
public void HandleGraphChanges()