MarkupParseResult(string,List<MarkupAttribute>)
Summary
public MarkupParseResult(string text, List<MarkupAttribute> attributes)Parameters
Name
Description
Last updated
Was this helpful?
Constructor in MarkupParseResult
Initializes a new instance of the MarkupParseResult struct.
public MarkupParseResult(string text, List<MarkupAttribute> attributes)string text
The plain text.
System.Collections.Generic.List<Yarn.Markup.MarkupAttribute> attributes
The list of attributes.
Last updated
Was this helpful?
Was this helpful?
