PixelCrushers.DialogueSystem.ChatMapper.Conversation Class Reference

Defines a Chat Mapper Conversation. More...

Public Attributes

int ID
 
string NodeColor
 
string LockedMode
 
List< FieldFields = new List<Field>()
 
List< DialogEntryDialogEntries = new List<DialogEntry>()
 

Detailed Description

Defines a Chat Mapper Conversation.

A conversation is composed of a collection of dialog entries.

Member Data Documentation

◆ DialogEntries

List<DialogEntry> PixelCrushers.DialogueSystem.ChatMapper.Conversation.DialogEntries = new List<DialogEntry>()

◆ Fields

List<Field> PixelCrushers.DialogueSystem.ChatMapper.Conversation.Fields = new List<Field>()

◆ ID

int PixelCrushers.DialogueSystem.ChatMapper.Conversation.ID

◆ LockedMode

string PixelCrushers.DialogueSystem.ChatMapper.Conversation.LockedMode

◆ NodeColor

string PixelCrushers.DialogueSystem.ChatMapper.Conversation.NodeColor

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