PixelCrushers.DialogueSystem.Wrappers.StandardUIQuestTrackTemplate 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.StandardUIQuestTrackTemplate:
Collaboration diagram for PixelCrushers.DialogueSystem.Wrappers.StandardUIQuestTrackTemplate:

Additional Inherited Members

- Public Member Functions inherited from PixelCrushers.DialogueSystem.StandardUIQuestTrackTemplate
virtual void Initialize ()
 
virtual void SetDescription (string text, QuestState questState)
 
virtual void AddEntryDescription (string text, QuestState entryState)
 
- Public Attributes inherited from PixelCrushers.DialogueSystem.StandardUIQuestTrackTemplate
UITextField description
 
StandardUIQuestTemplateAlternateDescriptions alternateDescriptions = new StandardUIQuestTemplateAlternateDescriptions()
 
Transform entryContainer
 
UITextField entryDescription
 
StandardUIQuestTemplateAlternateDescriptions alternateEntryDescriptions = new StandardUIQuestTemplateAlternateDescriptions()
 
- Protected Member Functions inherited from PixelCrushers.DialogueSystem.StandardUIQuestTrackTemplate
void SetFirstValidTextElement (string text, params UITextField[] textElements)
 
void InstantiateFirstValidTextElement (string text, Transform container, params UITextField[] textElements)
 
- Protected Attributes inherited from PixelCrushers.DialogueSystem.StandardUIQuestTrackTemplate
List< GameObject > m_instances = null
 
int numEntries = 0
 
- Properties inherited from PixelCrushers.DialogueSystem.StandardUIQuestTrackTemplate
bool arePropertiesAssigned [get]
 

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: