Mad Level Manager
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events
Public Member Functions | Public Attributes | Properties | Events | List of all members
MadLevelManager.MadGUI.ScrollableList< T > Class Template Reference

Public Member Functions

 ScrollableList (List< T > items)
 
void Draw ()
 
void ScrollToItem (T item)
 

Public Attributes

string label = "Scrollable List"
 
int height = 200
 
int spaceAfter = 0
 
bool selectionEnabled = false
 
string emptyListMessage = "No elements!"
 
HashSet< System.Type > acceptDropTypes = new HashSet<System.Type>()
 

Properties

selectedItem [get, set]
 
List< T > selectedItems [get]
 

Events

Action< List< T > > selectionCallback
 
Action< int, Object > dropCallback
 
Action< T > doubleClickCallback
 

The documentation for this class was generated from the following file: