Processed dialogue info for pre-processed custom text tags.
Namespace: Esper.FeelSpeak.Graph.Data Type: class
Esper.FeelSpeak.Graph.Data
class
public
data
List<CharacterData>
All text data.
text
string
The processed text.
private
customTags
HashSet<string>
Custom text tags.
regex
Regex
Tag regex.
DialogueInfo(string input)
-
Constructor.
public static
RemoveCustomTags(string input)
Removes custom tags.
ProcessText(string input)
void
Processes the text.
public class CharacterData
Data of a single text character.
character
char
The text character.
sourceIndex
int
The source index.
visibleIndex
The visible index after processing.
speed
float
The speed at this index.
pause
The pause length at this index.
instant
bool
If this character should be displayed instantly.