C# 클래스 NodeEditorFramework.NodeEditorWindow

상속: EditorWindow
파일 보기 프로젝트 열기: dlannan/csg-toolkit 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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

메소드 상세

AssureHasEditor() 공개 정적인 메소드

public static AssureHasEditor ( ) : void
리턴 void

DrawSideWindow() 공개 메소드

public DrawSideWindow ( ) : void
리턴 void

LoadNodeCanvas() 공개 메소드

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

NewNodeCanvas() 공개 메소드

Creates and opens a new empty node canvas
public NewNodeCanvas ( ) : void
리턴 void

OnGUI() 공개 메소드

public OnGUI ( ) : void
리턴 void

SaveNodeCanvas() 공개 메소드

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

프로퍼티 상세

mainEditorState 공개적으로 프로퍼티

public NodeEditorState,NodeEditorFramework mainEditorState
리턴 NodeEditorFramework.NodeEditorState

mainNodeCanvas 공개적으로 프로퍼티

public NodeCanvas,NodeEditorFramework mainNodeCanvas
리턴 NodeEditorFramework.NodeCanvas

openedCanvas 공개적으로 정적으로 프로퍼티

public static string openedCanvas
리턴 string

openedCanvasPath 공개적으로 정적으로 프로퍼티

public static string openedCanvasPath
리턴 string

sideWindowWidth 공개적으로 정적으로 프로퍼티

public static int sideWindowWidth
리턴 int