Processor<TBaseNode> Class
Definition
Performs some processing on a given node in a Pipeline<TBaseNode>.
public abstract class Processor<TBaseNode>
where TBaseNode : Node<TBaseNode>
Type Parameters
Name | Description |
---|---|
TBaseNode | The type of nodes in the tree. |
Constructors
Name | Description |
---|---|
Methods
Name | Description |
---|---|
Performs processing on the specified |
Last modified: 12 August 2025