C# Class Ballz.Menu.Composite

Inheritance: System.Item
Show file Open project: SpagAachen/Ballz Class Usage Examples

Public Methods

Method Description
AddItem ( System.Item item, int index = -1 ) : void
Composite ( string name, bool selectable = false ) : System
SelectIndex ( int i ) : void
SelectNext ( ) : void
SelectPrevious ( ) : void

Method Details

AddItem() public method

public AddItem ( System.Item item, int index = -1 ) : void
item System.Item
index int
return void

Composite() public method

public Composite ( string name, bool selectable = false ) : System
name string
selectable bool
return System

SelectIndex() public method

public SelectIndex ( int i ) : void
i int
return void

SelectNext() public method

public SelectNext ( ) : void
return void

SelectPrevious() public method

public SelectPrevious ( ) : void
return void