PixelCrushers.DialogueSystem.LocalizeUIText Class Reference

This older LocalizeUIText script is now a wrapper for the newer LocalizeUI script. More...

Inheritance diagram for PixelCrushers.DialogueSystem.LocalizeUIText:
Collaboration diagram for PixelCrushers.DialogueSystem.LocalizeUIText:

Public Member Functions

virtual void LocalizeText ()
 
- Public Member Functions inherited from PixelCrushers.LocalizeUI
virtual void ValidateFieldNames ()
 If fieldName(s), tmpFieldName(s) are blank, set them to the UI element's text.
 
virtual void UpdateText ()
 Set UI element's text (and possibly font) according to current language.
 
virtual void SetFieldName (string newFieldName="")
 Sets the field name, which is the key to use in the text table.
 
virtual void UpdateDropdownOptions ()
 If changing the Dropdown options, call this afterward to update the localization.
 

Additional Inherited Members

- Protected Member Functions inherited from PixelCrushers.LocalizeUI
virtual void Start ()
 
virtual void OnEnable ()
 
virtual bool HasLanguage (string language)
 
virtual bool HasField (string fieldName)
 
virtual string GetLocalizedText (string fieldName)
 
- Properties inherited from PixelCrushers.LocalizeUI
TextTable textTable [get, set]
 
LocalizedFonts localizedFonts [get, set]
 
string fieldName [get, set]
 
bool started [get]
 
List< string > fieldNames [get, set]
 
List< string > tmpFieldNames [get, set]
 
UnityEngine.UI.Text text [get, set]
 
UnityEngine.UI.Dropdown dropdown [get, set]
 

Detailed Description

This older LocalizeUIText script is now a wrapper for the newer LocalizeUI script.

Member Function Documentation

◆ LocalizeText()

virtual void PixelCrushers.DialogueSystem.LocalizeUIText.LocalizeText ( )
inlinevirtual

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