NodeDebugInfo
Class in Yarn.Compiler
Inherits from System.Object
Summary
Contains debug information for a node in a Yarn file.
public class NodeDebugInfo
Constructors
Name
Description
Initialises a new instance of the NodeDebugInfo class.
Methods
Name
Description
Gets a LineInfo object that describes the specified instruction at the index instructionNumber
.
Properties
Name
Description
Gets or sets the file that this DebugInfo was produced from.
Gets or sets a value indicating whether this node was created by the compiler.
Gets or sets the node that this DebugInfo was produced from.
The range in the file in which the node appears.
Structs
Name
Description
Contains positional information about an instruction.
Last updated
Was this helpful?