PixelCrushers.DialogueSystem.SequenceParser Class Reference

Basic recursive descent parser for sequences. More...

Public Member Functions

List< QueuedSequencerCommandParse (string sequence)
 Parses a sequence string into a list of sequencer command records. More...
 

Detailed Description

Basic recursive descent parser for sequences.

Member Function Documentation

◆ Parse()

List<QueuedSequencerCommand> PixelCrushers.DialogueSystem.SequenceParser.Parse ( string  sequence)

Parses a sequence string into a list of sequencer command records.

Parameters
sequenceSequence to parse.
Returns
A list of command records.

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