C# Class SearchableScrollWindow, uFrame.Editor

Inheritance: EditorWindow
Afficher le fichier Open project: InvertGames/uFrame.Editor

Méthodes publiques

Свойство Type Description
_SearchText string
_SelectedIndex int

Protected Properties

Свойство Type Description
_labelSelector string>.Func
_limit int
_upperSearchText string

Méthodes publiques

Méthode Description
OnGUI ( ) : void
OnGUIScrollView ( ) : void

Méthodes protégées

Méthode Description
ApplySearch ( ) : void

Private Methods

Méthode Description
DoSearch ( ) : void

Method Details

ApplySearch() protected abstract méthode

protected abstract ApplySearch ( ) : void
Résultat void

OnGUI() public méthode

public OnGUI ( ) : void
Résultat void

OnGUIScrollView() public abstract méthode

public abstract OnGUIScrollView ( ) : void
Résultat void

Property Details

_SearchText public_oe property

public string _SearchText
Résultat string

_SelectedIndex public_oe property

public int _SelectedIndex
Résultat int

_labelSelector protected_oe property

protected Func _labelSelector
Résultat string>.Func

_limit protected_oe property

protected int _limit
Résultat int

_upperSearchText protected_oe property

protected string _upperSearchText
Résultat string