C# 클래스 LogicSpawn.GTARPG.Core.AbilityTrees.NTree

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

공개 프로퍼티들

프로퍼티 타입 설명
Node Node
NodeCenter System.Drawing.Size
TreeRef string
Type TreeType
children List

공개 메소드들

메소드 설명
AddChild ( Node dataa ) : NTree
Draw ( NTree node, Node parent, TreeDraw visitor ) : void
GetChild ( int i ) : NTree
NTree ( Node node ) : System
NTree ( Node node, TreeType type, Point startingPosition ) : System
NTree ( string treeRef, Node node, TreeType type, Point startingPosition ) : System

메소드 상세

AddChild() 공개 메소드

public AddChild ( Node dataa ) : NTree
dataa Node
리턴 NTree

Draw() 공개 메소드

public Draw ( NTree node, Node parent, TreeDraw visitor ) : void
node NTree
parent Node
visitor TreeDraw
리턴 void

GetChild() 공개 메소드

public GetChild ( int i ) : NTree
i int
리턴 NTree

NTree() 공개 메소드

public NTree ( Node node ) : System
node Node
리턴 System

NTree() 공개 메소드

public NTree ( Node node, TreeType type, Point startingPosition ) : System
node Node
type TreeType
startingPosition Point
리턴 System

NTree() 공개 메소드

public NTree ( string treeRef, Node node, TreeType type, Point startingPosition ) : System
treeRef string
node Node
type TreeType
startingPosition Point
리턴 System

프로퍼티 상세

Node 공개적으로 프로퍼티

public Node Node
리턴 Node

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

public static Size,System.Drawing NodeCenter
리턴 System.Drawing.Size

TreeRef 공개적으로 프로퍼티

public string TreeRef
리턴 string

Type 공개적으로 프로퍼티

public TreeType Type
리턴 TreeType

children 공개적으로 프로퍼티

public List children
리턴 List