Table of Contents

Class MenuModList.SearchBox

Namespace
Menu.Remix
Assembly
Assembly-CSharp.dll
public class MenuModList.SearchBox : OpTextBox, ICanBeTyped, MenuModList.IAmPartOfModList
Inheritance
MenuModList.SearchBox
Implements
Inherited Members
Extension Methods

Constructors

public SearchBox(MenuModList list)

Parameters

list MenuModList

Fields

public const float _FOLDWIDTH = 258

Field Value

float
public readonly int _delay

Field Value

int
public static readonly Configurable<string> _dummy

Field Value

Configurable<string>
public readonly string _emptyText

Field Value

string
public float _fold

Field Value

float
public float _lastFold

Field Value

float
public readonly MenuModList _list

Field Value

MenuModList
public readonly FSprite _searchIcon

Field Value

FSprite
public float _sin

Field Value

float
public int _timer

Field Value

int

Properties

public override bool CurrentlyFocusableMouse { get; }

Property Value

bool
public override bool CurrentlyFocusableNonMouse { get; }

Property Value

bool
public override bool MouseOver { get; }

Property Value

bool

Methods

public override void Change()
public override string DisplayDescription()

Returns

string
public override void GrafUpdate(float timeStacker)

Parameters

timeStacker float
public void SearchDelay(UIconfig cfg, string value, string oldValue)

Parameters

cfg UIconfig
value string
oldValue string
public void SignalSearch()
public override void Update()