Property | Type | Description | |
---|---|---|---|
mainEditorState | NodeEditorFramework.NodeEditorState | ||
mainNodeCanvas | NodeEditorFramework.NodeCanvas | ||
openedCanvas | string | ||
openedCanvasPath | string | ||
sideWindowWidth | int |
Method | Description | |
---|---|---|
AssureHasEditor ( ) : void | ||
DrawSideWindow ( ) : void | ||
LoadNodeCanvas ( string path ) : void |
Loads the mainNodeCanvas and it's associated mainEditorState from an asset at path
|
|
NewNodeCanvas ( ) : void |
Creates and opens a new empty node canvas
|
|
OnGUI ( ) : void | ||
SaveNodeCanvas ( string path ) : void |
Saves the mainNodeCanvas and it's associated mainEditorState as an asset at path
|
Method | Description | |
---|---|---|
CreateEditor ( ) : void |
public NodeEditorState,NodeEditorFramework mainEditorState | ||
return | NodeEditorFramework.NodeEditorState |
public NodeCanvas,NodeEditorFramework mainNodeCanvas | ||
return | NodeEditorFramework.NodeCanvas |