C# Class ItemSelectionWindow, uFrame.Editor

Inheritance: SearchableScrollWindow
Datei anzeigen Open project: InvertGames/uFrame.Editor Class Usage Examples

Public Methods

Method Description
Init ( string title, IEnumerable items, Action selected, bool allowNone = false ) : void
MoveDown ( ) : void
MoveUp ( ) : void
OnGUI ( ) : void
OnGUIScrollView ( ) : void

Protected Methods

Method Description
ApplySearch ( ) : void

Method Details

ApplySearch() protected method

protected ApplySearch ( ) : void
return void

Init() public static method

public static Init ( string title, IEnumerable items, Action selected, bool allowNone = false ) : void
title string
items IEnumerable
selected Action
allowNone bool
return void

MoveDown() public method

public MoveDown ( ) : void
return void

MoveUp() public method

public MoveUp ( ) : void
return void

OnGUI() public method

public OnGUI ( ) : void
return void

OnGUIScrollView() public method

public OnGUIScrollView ( ) : void
return void