This wrapper for PixelCrushers.LocalizeUIText keeps references intact if you switch between the compiled assembly and source code versions of the original class. More...
Additional Inherited Members | |
Static Public Member Functions inherited from PixelCrushers.GlobalTextTable | |
static string | Lookup (StringField fieldName) |
Looks up a field value in the global text table. | |
static string | Lookup (string fieldName) |
Looks up a field value in the global text table. | |
Protected Member Functions inherited from PixelCrushers.GlobalTextTable | |
virtual void | Awake () |
virtual void | OnDestroy () |
Static Protected Attributes inherited from PixelCrushers.GlobalTextTable | |
static GlobalTextTable | s_instance = null |
Properties inherited from PixelCrushers.GlobalTextTable | |
static GlobalTextTable | instance [get] |
Current instance of GlobalTextTable. | |
static TextTable | textTable [get, set] |
Current global text table. | |
static string | currentLanguage [get, set] |
The current language to use. | |
This wrapper for PixelCrushers.LocalizeUIText keeps references intact if you switch between the compiled assembly and source code versions of the original class.