Backbone - Localization
 
Loading...
Searching...
No Matches
LocalizedKeySearchPopup Class Reference
Inheritance diagram for LocalizedKeySearchPopup:

Static Public Member Functions

static void Show (Rect activatorScreenRect, List< string > keys, Action< string > onSelect)
 

Private Member Functions

void OnGUI ()
 

Static Private Member Functions

static void ClearCacheOnReload ()
 

Private Attributes

Action< string > onSelect
 
List< string > allKeys
 
string filter = ""
 
Vector2 scroll
 
Dictionary< string, bool > foldouts = new Dictionary<string, bool>()
 

Member Function Documentation

◆ ClearCacheOnReload()

static void LocalizedKeySearchPopup::ClearCacheOnReload ( )
staticprivate

◆ OnGUI()

void LocalizedKeySearchPopup::OnGUI ( )
private

◆ Show()

static void LocalizedKeySearchPopup::Show ( Rect activatorScreenRect,
List< string > keys,
Action< string > onSelect )
static

Member Data Documentation

◆ allKeys

List<string> LocalizedKeySearchPopup::allKeys
private

◆ filter

string LocalizedKeySearchPopup::filter = ""
private

◆ foldouts

Dictionary<string, bool> LocalizedKeySearchPopup::foldouts = new Dictionary<string, bool>()
private

◆ onSelect

Action<string> LocalizedKeySearchPopup::onSelect
private

◆ scroll

Vector2 LocalizedKeySearchPopup::scroll
private

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