Свойство | Тип | Описание | |
---|---|---|---|
mainEditorState | NodeEditorFramework.NodeEditorState | ||
mainNodeCanvas | NodeEditorFramework.NodeCanvas | ||
openedCanvas | string | ||
openedCanvasPath | string | ||
sideWindowWidth | int |
Метод | Описание | |
---|---|---|
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
|
Метод | Описание | |
---|---|---|
CreateEditor ( ) : void |
public static AssureHasEditor ( ) : void | ||
Результат | void |
public LoadNodeCanvas ( string path ) : void | ||
path | string | |
Результат | void |
public SaveNodeCanvas ( string path ) : void | ||
path | string | |
Результат | void |
public NodeEditorState,NodeEditorFramework mainEditorState | ||
Результат | NodeEditorFramework.NodeEditorState |
public NodeCanvas,NodeEditorFramework mainNodeCanvas | ||
Результат | NodeEditorFramework.NodeCanvas |
public static string openedCanvasPath | ||
Результат | string |