C# 클래스 ClassDiagramRoot, UnityClassDiagram

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

공개 프로퍼티들

프로퍼티 타입 설명
buttonRect Rect
classes ClassNode[]
iconStyle GUIStyle
iconStyle1 GUIStyle
iconStyle2 GUIStyle

공개 메소드들

메소드 설명
ClassDiagramRoot ( ) : System.Collections.Generic
Draw ( DiagramContext, context ) : void
GetClassNode ( string classId ) : ClassNode
GetTool ( DiagramContext, context ) : DiagramTool,
SetDefaultTool ( ) : void

메소드 상세

ClassDiagramRoot() 공개 메소드

public ClassDiagramRoot ( ) : System.Collections.Generic
리턴 System.Collections.Generic

Draw() 공개 메소드

public Draw ( DiagramContext, context ) : void
context DiagramContext,
리턴 void

GetClassNode() 공개 메소드

public GetClassNode ( string classId ) : ClassNode
classId string
리턴 ClassNode

GetTool() 공개 메소드

public GetTool ( DiagramContext, context ) : DiagramTool,
context DiagramContext,
리턴 DiagramTool,

SetDefaultTool() 공개 메소드

public SetDefaultTool ( ) : void
리턴 void

프로퍼티 상세

buttonRect 공개적으로 프로퍼티

public Rect buttonRect
리턴 Rect

classes 공개적으로 프로퍼티

public ClassNode[] classes
리턴 ClassNode[]

iconStyle 공개적으로 프로퍼티

public GUIStyle iconStyle
리턴 GUIStyle

iconStyle1 공개적으로 프로퍼티

public GUIStyle iconStyle1
리턴 GUIStyle

iconStyle2 공개적으로 프로퍼티

public GUIStyle iconStyle2
리턴 GUIStyle