PixelCrushers.DialogueSystem.I2Support.FieldSelectionDictionary Class Reference

Public Member Functions

void PopulateDictionary< T > (List< T > assets)
 
void PopulateDictionaryWithDialogueEntries (List< Conversation > conversations)
 
void PopulateDictionaryWithLocalizedTextTable (LocalizedTextTable localizedTextTable)
 
void SetAllSelections (bool value)
 
bool ShouldInclude (string title)
 

Public Attributes

List< string > titles = new List<string>()
 
List< bool > includes = new List<bool>()
 

Member Function Documentation

◆ PopulateDictionary< T >()

void PixelCrushers.DialogueSystem.I2Support.FieldSelectionDictionary.PopulateDictionary< T > ( List< T >  assets)
Type Constraints
T :Asset 

◆ PopulateDictionaryWithDialogueEntries()

void PixelCrushers.DialogueSystem.I2Support.FieldSelectionDictionary.PopulateDictionaryWithDialogueEntries ( List< Conversation conversations)

◆ PopulateDictionaryWithLocalizedTextTable()

void PixelCrushers.DialogueSystem.I2Support.FieldSelectionDictionary.PopulateDictionaryWithLocalizedTextTable ( LocalizedTextTable  localizedTextTable)

◆ SetAllSelections()

void PixelCrushers.DialogueSystem.I2Support.FieldSelectionDictionary.SetAllSelections ( bool  value)

◆ ShouldInclude()

bool PixelCrushers.DialogueSystem.I2Support.FieldSelectionDictionary.ShouldInclude ( string  title)

Member Data Documentation

◆ includes

List<bool> PixelCrushers.DialogueSystem.I2Support.FieldSelectionDictionary.includes = new List<bool>()

◆ titles

List<string> PixelCrushers.DialogueSystem.I2Support.FieldSelectionDictionary.titles = new List<string>()

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