Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Constructor: EggsText(string, int)

Declaration

public EggsText(
    string text,
    int index = 0
)

Summary

Constructs a new EggsML text node.

Parameters

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