C# 클래스 DiagramEditorWindow, UnityClassDiagram

상속: EditorWindow
파일 보기 프로젝트 열기: sashcode/UnityClassDiagram 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
currentDiagramRoot DiagramRoot,
currentDiagramTool DiagramTool,

공개 메소드들

메소드 설명
DiagramEditorWindow ( ) : System
GetRoot ( ) : DiagramRoot,

보호된 메소드들

메소드 설명
GetNullDiagramRootMessage ( ) : string
OnGUI ( ) : void
OnGUIimpl ( ) : void
OnSelectionChange ( ) : void
getDiagramRoot ( ) : DiagramRoot,
getDiagramRoot ( GameObject activeGameObject ) : DiagramRoot,
log ( string txt ) : void

메소드 상세

DiagramEditorWindow() 공개 메소드

public DiagramEditorWindow ( ) : System
리턴 System

GetNullDiagramRootMessage() 보호된 추상적인 메소드

protected abstract GetNullDiagramRootMessage ( ) : string
리턴 string

GetRoot() 공개 메소드

public GetRoot ( ) : DiagramRoot,
리턴 DiagramRoot,

OnGUI() 보호된 메소드

protected OnGUI ( ) : void
리턴 void

OnGUIimpl() 보호된 추상적인 메소드

protected abstract OnGUIimpl ( ) : void
리턴 void

OnSelectionChange() 보호된 메소드

protected OnSelectionChange ( ) : void
리턴 void

getDiagramRoot() 보호된 메소드

protected getDiagramRoot ( ) : DiagramRoot,
리턴 DiagramRoot,

getDiagramRoot() 보호된 추상적인 메소드

protected abstract getDiagramRoot ( GameObject activeGameObject ) : DiagramRoot,
activeGameObject GameObject
리턴 DiagramRoot,

log() 보호된 메소드

protected log ( string txt ) : void
txt string
리턴 void

프로퍼티 상세

currentDiagramRoot 보호되어 있는 프로퍼티

protected DiagramRoot, currentDiagramRoot
리턴 DiagramRoot,

currentDiagramTool 보호되어 있는 프로퍼티

protected DiagramTool, currentDiagramTool
리턴 DiagramTool,