PixelCrushers.DialogueSystem.ChatMapperConverter.Prefs Class Reference

This is the prefs (converter window settings) class. More...

Public Member Functions

void LoadPathToChatMapperExe ()
 

Static Public Member Functions

static Prefs Load (string key)
 
static void Save (string key, Prefs prefs)
 

Public Attributes

string pathToChatMapperExe = string.Empty
 
ChatMapperProjectFormat projectFormat = ChatMapperProjectFormat.Xml
 
List< string > projectFilenames = new List<string>()
 
List< bool > includeProjectFilenames = new List<bool>()
 
string portraitFolder = string.Empty
 
bool putEndSequenceOnLastSplit = true
 
bool resetNodePositions = false
 
string outputFolder = "Assets"
 
bool overwrite = false
 
bool useProjectName = true
 
string databaseName = "Dialogue Database"
 
EncodingType encodingType = EncodingType.Default
 

Detailed Description

This is the prefs (converter window settings) class.

The converter window uses an instance of this class to store the user's current settings.

Member Function Documentation

◆ Load()

static Prefs PixelCrushers.DialogueSystem.ChatMapperConverter.Prefs.Load ( string  key)
static

◆ LoadPathToChatMapperExe()

void PixelCrushers.DialogueSystem.ChatMapperConverter.Prefs.LoadPathToChatMapperExe ( )

◆ Save()

static void PixelCrushers.DialogueSystem.ChatMapperConverter.Prefs.Save ( string  key,
Prefs  prefs 
)
static

Member Data Documentation

◆ databaseName

string PixelCrushers.DialogueSystem.ChatMapperConverter.Prefs.databaseName = "Dialogue Database"

◆ encodingType

EncodingType PixelCrushers.DialogueSystem.ChatMapperConverter.Prefs.encodingType = EncodingType.Default

◆ includeProjectFilenames

List<bool> PixelCrushers.DialogueSystem.ChatMapperConverter.Prefs.includeProjectFilenames = new List<bool>()

◆ outputFolder

string PixelCrushers.DialogueSystem.ChatMapperConverter.Prefs.outputFolder = "Assets"

◆ overwrite

bool PixelCrushers.DialogueSystem.ChatMapperConverter.Prefs.overwrite = false

◆ pathToChatMapperExe

string PixelCrushers.DialogueSystem.ChatMapperConverter.Prefs.pathToChatMapperExe = string.Empty

◆ portraitFolder

string PixelCrushers.DialogueSystem.ChatMapperConverter.Prefs.portraitFolder = string.Empty

◆ projectFilenames

List<string> PixelCrushers.DialogueSystem.ChatMapperConverter.Prefs.projectFilenames = new List<string>()

◆ projectFormat

ChatMapperProjectFormat PixelCrushers.DialogueSystem.ChatMapperConverter.Prefs.projectFormat = ChatMapperProjectFormat.Xml

◆ putEndSequenceOnLastSplit

bool PixelCrushers.DialogueSystem.ChatMapperConverter.Prefs.putEndSequenceOnLastSplit = true

◆ resetNodePositions

bool PixelCrushers.DialogueSystem.ChatMapperConverter.Prefs.resetNodePositions = false

◆ useProjectName

bool PixelCrushers.DialogueSystem.ChatMapperConverter.Prefs.useProjectName = true

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