Class MapNode
A node that generates a worker that can be added to the pipeline.
Inheritance
XNode.Node
MapNode
Implements
Inherited Members
Namespace: Holoride.ElasticSDK.Graph.Maps
Assembly: Holoride.ElasticSDK.Runtime.dll
Syntax
[Serializable]
[DefaultNodeColor("#AE63FF")]
[HelpURL("http://localhost:8080/articles/Procedural-Generation/Graph-Node-Overview.html#map")]
public abstract class MapNode : Node<MapNode>, IPipelineNode
Methods
GeneratePipelineWorker()
Generates a pipeline worker.
Declaration
public abstract IPipelineWorker GeneratePipelineWorker()
Returns
Type | Description |
---|---|
IPipelineWorker |