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

NameDescription
NodeGroupHeaderThe name of the header that indicates which node group a node belongs to.

Methods

NameDescription
ToString()

Properties

NameDescription
ContentSaliencyConditionComplexityScoreGets the content saliency condition complexity score for this node.
ContentSaliencyConditionVariablesGets 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.
HeadersThe headers present on this node.
InstructionsThe list of instructions in this node.
IsNodeGroupHubGets a value indicating whether this node is the ‘hub’ node for a node group.
NameThe name of this node.
NodeGroupGets the name of the node group that this node is a part of, or null if it is not part of a node group.
TagsGets the collection of tags defined for this node, if any. If no tags are defined, returns an empty collection.
TrackingVariableNameGets the name of the variable used for tracking the number of times this node has completed, or null if this node is not tracked.