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 NodeFields
| Name | Description |
|---|---|
| NodeGroupHeader | The name of the header that indicates which node group a node belongs to. |
Methods
| Name | Description |
|---|---|
| ToString() |
Properties
| Name | Description |
|---|---|
| ContentSaliencyConditionComplexityScore | Gets the content saliency condition complexity score for this node. |
| ContentSaliencyConditionVariables | 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. |
| Headers | The headers present on this node. |
| Instructions | The list of instructions in this node. |
| IsNodeGroupHub | Gets a value indicating whether this node is the ‘hub’ node for a node group. |
| Name | The name of this node. |
| NodeGroup | 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. |
| Tags | Gets the collection of tags defined for this node, if any. If no tags are defined, returns an empty collection. |
| TrackingVariableName | 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. |