C# 클래스 TreeDrawer, lab

파일 보기 프로젝트 열기: marekdaniluk/lab 1 사용 예제들

공개 메소드들

메소드 설명
DrawTree ( ) : void
ForceRepaint ( ) : bool
OffsetNodes ( Vector2 offset ) : void
RebuildTreeView ( AiTree tree ) : void
ResetDebug ( ) : void
RunDebug ( ) : void
TreeDrawer ( AiTree tree ) : System.Collections.Generic

비공개 메소드들

메소드 설명
ConnectCallback ( object obj ) : void
DebugResult ( ANode node, bool result ) : void
DeleteCallback ( object obj ) : void
DrawTransition ( ) : void
NodeLeftClicked ( ANode node ) : void
RootCallback ( object obj ) : void
ShowContextMenu ( ANode node ) : void

메소드 상세

DrawTree() 공개 메소드

public DrawTree ( ) : void
리턴 void

ForceRepaint() 공개 메소드

public ForceRepaint ( ) : bool
리턴 bool

OffsetNodes() 공개 메소드

public OffsetNodes ( Vector2 offset ) : void
offset Vector2
리턴 void

RebuildTreeView() 공개 메소드

public RebuildTreeView ( AiTree tree ) : void
tree lab.AiTree
리턴 void

ResetDebug() 공개 메소드

public ResetDebug ( ) : void
리턴 void

RunDebug() 공개 메소드

public RunDebug ( ) : void
리턴 void

TreeDrawer() 공개 메소드

public TreeDrawer ( AiTree tree ) : System.Collections.Generic
tree lab.AiTree
리턴 System.Collections.Generic