C# Class LogicSpawn.GTARPG.Core.General.TreeMenu

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

Private Properties

Свойство Type Description
DrawNode void
GetTitle void

Méthodes publiques

Méthode Description
Draw ( ) : void
Draw ( Size offset ) : void
Initialize ( ) : void
OnActivate ( ) : void
OnChangeItem ( bool right ) : void
OnChangeSelection ( bool down ) : void
OnClose ( ) : void
OnOpen ( ) : void
TreeMenu ( NTree tree ) : System

Private Methods

Méthode Description
DrawNode ( Node nodedata, Node parent, TreeDirection direction ) : void
GetTitle ( NTree tree, string &title, string &subText, string &activateText ) : void

Method Details

Draw() public méthode

public Draw ( ) : void
Résultat void

Draw() public méthode

public Draw ( Size offset ) : void
offset System.Drawing.Size
Résultat void

Initialize() public méthode

public Initialize ( ) : void
Résultat void

OnActivate() public méthode

public OnActivate ( ) : void
Résultat void

OnChangeItem() public méthode

public OnChangeItem ( bool right ) : void
right bool
Résultat void

OnChangeSelection() public méthode

public OnChangeSelection ( bool down ) : void
down bool
Résultat void

OnClose() public méthode

public OnClose ( ) : void
Résultat void

OnOpen() public méthode

public OnOpen ( ) : void
Résultat void

TreeMenu() public méthode

public TreeMenu ( NTree tree ) : System
tree LogicSpawn.GTARPG.Core.AbilityTrees.NTree
Résultat System