Field in
The position in the original string where the substitution should be made.
public int Start;Struct in Yarn.Compiler.Upgrader
Inherits from System.ValueType
Contains information describing a replacement to make in a string.
public struct TextReplacementField in
The string to expect at in the original string.
public string OriginalText;A descriptive comment explaining why the substitution is necessary.
The string to expect at in the original string.
The string to replace with at .
The position in the original string where the substitution should be made.
The line in the original string where the substitution should be made.
Gets the length of .
Gets the length of .
Field in
A descriptive comment explaining why the substitution is necessary.
public string Comment;Field in
The string to replace with at .
public string ReplacementText;Field in
The line in the original string where the substitution should be made.
public int StartLine;Property in
Gets the length of .
public int ReplacementLength { get };Property in
Gets the length of .
public int OriginalLength { get };