C# Class Yarn.Loader

Afficher le fichier Open project: thesecretlab/YarnSpinner Class Usage Examples

Méthodes publiques

Méthode Description
Load ( string text, Library library, string fileName, Program includeProgram, bool showTokens, bool showParseTree, string onlyConsiderNode ) : Program
Loader ( Dialogue dialogue ) : System

Private Methods

Méthode Description
ParseInput ( string text ) : NodeInfo[]
PrintParseTree ( Yarn rootNode ) : void
PrintTokenList ( IEnumerable tokenList ) : void

Method Details

Load() public méthode

public Load ( string text, Library library, string fileName, Program includeProgram, bool showTokens, bool showParseTree, string onlyConsiderNode ) : Program
text string
library Library
fileName string
includeProgram Program
showTokens bool
showParseTree bool
onlyConsiderNode string
Résultat Program

Loader() public méthode

public Loader ( Dialogue dialogue ) : System
dialogue Dialogue
Résultat System