Node
Class in Yarn
Inherits from System.Object
Summary
A node of Yarn script, contained within a Program , and
containing Yarn.Instruction
s.
public class Node
Fields
The name of the header that indicates which node group a node belongs to.
Methods
Properties
Gets the content saliency condition complexity score for this node.
Gets an enumerable containing the names of variables that must be evaluated in order to determine whether this node can be selected as a piece of salient content.
The headers present on this node.
The list of instructions in this node.
Gets a value indicating whether this node is the 'hub' node for a node group.
The name of this node.
Gets the name of the node group that this node is a part of, or null
if it is not part of a node group.
Gets the collection of tags defined for this node, if any. If no tags are defined, returns an empty collection.
Gets the name of the variable used for tracking the number of times this node has completed, or null
if this node is not tracked.
Last updated
Was this helpful?