PixelCrushers.DialogueSystem.Wrappers.LocalizedTextTable Class Reference

This wrapper class keeps references intact if you switch between the compiled assembly and source code versions of the original class. More...

Inheritance diagram for PixelCrushers.DialogueSystem.Wrappers.LocalizedTextTable:
Collaboration diagram for PixelCrushers.DialogueSystem.Wrappers.LocalizedTextTable:

Additional Inherited Members

- Public Member Functions inherited from PixelCrushers.DialogueSystem.LocalizedTextTable
bool ContainsField (string fieldName)
 Determines whether the table contains a field.
 
- Public Attributes inherited from PixelCrushers.DialogueSystem.LocalizedTextTable
List< string > languages = new List<string>()
 The languages in the table.
 
List< LocalizedTextFieldfields = new List<LocalizedTextField>()
 The fields that have localized text.
 
- Properties inherited from PixelCrushers.DialogueSystem.LocalizedTextTable
string this[string fieldName] [get]
 Gets the localized text for a field using the current language.
 

Detailed Description

This wrapper class keeps references intact if you switch between the compiled assembly and source code versions of the original class.


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