C# Class LogicSpawn.GTARPG.Core.AbilityTrees.NTree

Afficher le fichier Open project: logicspawn/GTARPG Class Usage Examples

Méthodes publiques

Свойство Type Description
Node Node
NodeCenter System.Drawing.Size
TreeRef string
Type TreeType
children List

Méthodes publiques

Méthode Description
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

Method Details

AddChild() public méthode

public AddChild ( Node dataa ) : NTree
dataa Node
Résultat NTree

Draw() public méthode

public Draw ( NTree node, Node parent, TreeDraw visitor ) : void
node NTree
parent Node
visitor TreeDraw
Résultat void

GetChild() public méthode

public GetChild ( int i ) : NTree
i int
Résultat NTree

NTree() public méthode

public NTree ( Node node ) : System
node Node
Résultat System

NTree() public méthode

public NTree ( Node node, TreeType type, Point startingPosition ) : System
node Node
type TreeType
startingPosition Point
Résultat System

NTree() public méthode

public NTree ( string treeRef, Node node, TreeType type, Point startingPosition ) : System
treeRef string
node Node
type TreeType
startingPosition Point
Résultat System

Property Details

Node public_oe property

public Node Node
Résultat Node

NodeCenter public_oe static_oe property

public static Size,System.Drawing NodeCenter
Résultat System.Drawing.Size

TreeRef public_oe property

public string TreeRef
Résultat string

Type public_oe property

public TreeType Type
Résultat TreeType

children public_oe property

public List children
Résultat List