OrderedProcessor<TBaseNode> Class
Definition
Performs some processing on a given node in a Pipeline<TBaseNode>. The processor can specify the order the pipeline should traverse the tree and whether to process descendents or not.
public abstract class OrderedProcessor<TBaseNode> : Processor<TBaseNode>
where TBaseNode : Node<TBaseNode>
Type Parameters
Name | Description |
---|---|
TBaseNode | The type of nodes in the tree. |
Constructors
Name | Description |
---|---|
Methods
Name | Description |
---|---|
Gets the traversal that the Pipeline<TBaseNode> should use for this processor. | |
Whether descendents of this node should be processed by the Pipeline<TBaseNode> or not. Defaults to |
Last modified: 12 August 2025