Declaration
public CuteText(
string text,
int index = 0
)
Summary
Represents a node in the CuteML parse tree that corresponds to a piece of text.
Parameters
string | text |
The text for this node to contain. |
int | index |
The index in the original string where this text starts. |
Remarks
Constructs a new CuteML text node.