C# Class SearchableScrollWindow, uFrame.Editor

Inheritance: EditorWindow
Show file Open project: InvertGames/uFrame.Editor

Public Properties

Property Type Description
_SearchText string
_SelectedIndex int

Protected Properties

Property Type Description
_labelSelector string>.Func
_limit int
_upperSearchText string

Public Methods

Method Description
OnGUI ( ) : void
OnGUIScrollView ( ) : void

Protected Methods

Method Description
ApplySearch ( ) : void

Private Methods

Method Description
DoSearch ( ) : void

Method Details

ApplySearch() protected abstract method

protected abstract ApplySearch ( ) : void
return void

OnGUI() public method

public OnGUI ( ) : void
return void

OnGUIScrollView() public abstract method

public abstract OnGUIScrollView ( ) : void
return void

Property Details

_SearchText public property

public string _SearchText
return string

_SelectedIndex public property

public int _SelectedIndex
return int

_labelSelector protected property

protected Func _labelSelector
return string>.Func

_limit protected property

protected int _limit
return int

_upperSearchText protected property

protected string _upperSearchText
return string