NodeDebugInfo
Summary
public class NodeDebugInfoConstructors
Name
Description
Methods
Name
Description
Properties
Name
Description
Structs
Name
Description
Last updated
Was this helpful?
Class in Yarn.Compiler
Inherits from System.Object
Contains debug information for a node in a Yarn file.
public class NodeDebugInfoInitialises a new instance of the NodeDebugInfo class.
Gets a LineInfo object that describes the specified instruction at the index instructionNumber .
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.
Contains positional information about an instruction.
Last updated
Was this helpful?
Was this helpful?
