C# Class NodeEditorFramework.NodeEditorWindow

Inheritance: EditorWindow
Afficher le fichier Open project: dlannan/csg-toolkit Class Usage Examples

Méthodes publiques

Свойство Type Description
mainEditorState NodeEditorFramework.NodeEditorState
mainNodeCanvas NodeEditorFramework.NodeCanvas
openedCanvas string
openedCanvasPath string
sideWindowWidth int

Méthodes publiques

Méthode 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

Private Methods

Méthode Description
CreateEditor ( ) : void

Method Details

AssureHasEditor() public static méthode

public static AssureHasEditor ( ) : void
Résultat void

DrawSideWindow() public méthode

public DrawSideWindow ( ) : void
Résultat void

LoadNodeCanvas() public méthode

Loads the mainNodeCanvas and it's associated mainEditorState from an asset at path
public LoadNodeCanvas ( string path ) : void
path string
Résultat void

NewNodeCanvas() public méthode

Creates and opens a new empty node canvas
public NewNodeCanvas ( ) : void
Résultat void

OnGUI() public méthode

public OnGUI ( ) : void
Résultat void

SaveNodeCanvas() public méthode

Saves the mainNodeCanvas and it's associated mainEditorState as an asset at path
public SaveNodeCanvas ( string path ) : void
path string
Résultat void

Property Details

mainEditorState public_oe property

public NodeEditorState,NodeEditorFramework mainEditorState
Résultat NodeEditorFramework.NodeEditorState

mainNodeCanvas public_oe property

public NodeCanvas,NodeEditorFramework mainNodeCanvas
Résultat NodeEditorFramework.NodeCanvas

openedCanvas public_oe static_oe property

public static string openedCanvas
Résultat string

openedCanvasPath public_oe static_oe property

public static string openedCanvasPath
Résultat string

sideWindowWidth public_oe static_oe property

public static int sideWindowWidth
Résultat int