Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Constructor: CuteText(string, int)

Declaration

public CuteText(
    string text,
    int index = 0
)

Summary

Constructs a new CuteML text node.

Parameters

stringtext The text for this node to contain.
intindex The index in the original string where this text starts.