Adventure Creator  1.79.1
An adventure game toolkit for Unity, by Chris Burton, ICEBOX Studios 2013-2022
AC.ExportWizardWindow.ExportWizardData Class Reference

Public Member Functions

 ExportWizardData (SpeechManager speechManager, int forLanguage)
 

Public Attributes

List< ExportColumnexportColumns = new List<ExportColumn> ()
 
bool filterByType = false
 
bool filterByScene = false
 
bool filterByText = false
 
bool filterByTag = false
 
bool excludeLinesWithTranslations = false
 
string textFilter
 
FilterSpeechLine filterSpeechLine = FilterSpeechLine.Text
 
AC_TextTypeFlags textTypeFilters = (AC_TextTypeFlags) ~0
 
int tagFilter
 
int sceneFilter
 
bool doRowSorting = false
 
RowSorting rowSorting = RowSorting.ByID
 
int maxXMLRows = 250