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

Inheritance: MenuBase
Datei anzeigen Open project: logicspawn/GTARPG Class Usage Examples

Private Properties

Property Type Description
DrawNode void
GetTitle void

Public Methods

Method 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

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

Method Details

Draw() public method

public Draw ( ) : void
return void

Draw() public method

public Draw ( Size offset ) : void
offset System.Drawing.Size
return void

Initialize() public method

public Initialize ( ) : void
return void

OnActivate() public method

public OnActivate ( ) : void
return void

OnChangeItem() public method

public OnChangeItem ( bool right ) : void
right bool
return void

OnChangeSelection() public method

public OnChangeSelection ( bool down ) : void
down bool
return void

OnClose() public method

public OnClose ( ) : void
return void

OnOpen() public method

public OnOpen ( ) : void
return void

TreeMenu() public method

public TreeMenu ( NTree tree ) : System
tree LogicSpawn.GTARPG.Core.AbilityTrees.NTree
return System