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

Public Member Functions

override void OnInspectorGUI ()
 

Private Member Functions

void AddNewEntry ()
 
void EnsureLanguagesExist (SerializedProperty spritesProp)
 
void SetAllFoldouts (bool state)
 
void ExpandGroupsMatchingSearch ()
 

Private Attributes

Dictionary< string, bool > foldouts = new Dictionary<string, bool>()
 
string searchFilter = ""
 
string newKey = ""
 
Dictionary< string, Sprite > newEntryValues = new Dictionary<string, Sprite>()
 

Member Function Documentation

◆ AddNewEntry()

void Backbone::LocalizedSpritesDataEditor::AddNewEntry ( )
private

◆ EnsureLanguagesExist()

void Backbone::LocalizedSpritesDataEditor::EnsureLanguagesExist ( SerializedProperty spritesProp)
private

◆ ExpandGroupsMatchingSearch()

void Backbone::LocalizedSpritesDataEditor::ExpandGroupsMatchingSearch ( )
private

◆ OnInspectorGUI()

override void Backbone::LocalizedSpritesDataEditor::OnInspectorGUI ( )

◆ SetAllFoldouts()

void Backbone::LocalizedSpritesDataEditor::SetAllFoldouts ( bool state)
private

Member Data Documentation

◆ foldouts

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

◆ newEntryValues

Dictionary<string, Sprite> Backbone::LocalizedSpritesDataEditor::newEntryValues = new Dictionary<string, Sprite>()
private

◆ newKey

string Backbone::LocalizedSpritesDataEditor::newKey = ""
private

◆ searchFilter

string Backbone::LocalizedSpritesDataEditor::searchFilter = ""
private

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