Field in
The zero-indexed character number in that contains the statement or expression that this line was produced from.
Class in
Inherits from System.Object
Contains debug information for a node in a Yarn file.
The index of the instruction to retrieve information for.
public int CharacterNumber;public class DebugInfoGets a object that describes the specified instruction at the index instructionNumber .
Contains positional information about an instruction.
Field in
The node name of the source that this intruction was produced from.
Field in
The file name of the source that this intruction was produced from.
public string NodeName;public string FileName;Struct in DebugInfo
Inherits from System.ValueType
Contains positional information about an instruction.
public struct LineInfoThe zero-indexed character number in that contains the statement or expression that this line was produced from.
The file name of the source that this intruction was produced from.
The zero-indexed line number in that contains the statement or expression that this line was produced from.
The node name of the source that this intruction was produced from.
Field in
The zero-indexed line number in that contains the statement or expression that this line was produced from.
public int LineNumber;