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

Public Member Functions

override void OnInspectorGUI ()
 

Private Member Functions

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

Private Attributes

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

Member Function Documentation

◆ AddNewEntry()

void Backbone::LocalizedAudioClipsDataEditor::AddNewEntry ( )
private

◆ EnsureLanguagesExist()

void Backbone::LocalizedAudioClipsDataEditor::EnsureLanguagesExist ( SerializedProperty clipsProp)
private

◆ ExpandGroupsMatchingSearch()

void Backbone::LocalizedAudioClipsDataEditor::ExpandGroupsMatchingSearch ( )
private

◆ OnInspectorGUI()

override void Backbone::LocalizedAudioClipsDataEditor::OnInspectorGUI ( )

◆ SetAllFoldouts()

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

Member Data Documentation

◆ foldouts

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

◆ newEntryValues

Dictionary<string, AudioClip> Backbone::LocalizedAudioClipsDataEditor::newEntryValues = new Dictionary<string, AudioClip>()
private

◆ newKey

string Backbone::LocalizedAudioClipsDataEditor::newKey = ""
private

◆ searchFilter

string Backbone::LocalizedAudioClipsDataEditor::searchFilter = ""
private

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