Class MapNode
A node that generates a worker that can be added to the pipeline.
Inheritance
MapNode
Implements
Inherited Members
Namespace: Holoride.ElasticSDK.Graph.Maps
Assembly: Holoride.ElasticSDK.Runtime.dll
Syntax
[DefaultNodeColorAttribute]
public abstract class MapNode : Node<MapNode>, IPipelineNode
Methods
GeneratePipelineWorker()
Generates a pipeline worker.
Declaration
public abstract IPipelineWorker GeneratePipelineWorker()
Returns
| Type | Description |
|---|---|
| IPipelineWorker |