ParseSourceText(string,string)
Last updated
Was this helpful?
Method in Utility
Parses a string of Yarn source code, and produces a FileParseResult .
public static FileParseResult ParseSourceText(string source, string sourceName = "<input>")string source
The source code to parse.
string sourceName
The name of the source.
A FileParseResult representing the result of parsing the source.
Last updated
Was this helpful?
Was this helpful?
