Class ConnectedPointsToPointsNode
Unpairs the connected points and returns them in a single set, any duplicates are omitted.
Inherited Members
Namespace: InsaneScatterbrain.MapGraph
Syntax
[ScriptNode("Connected Points To Points", "Convert", true)]
[Serializable]
public class ConnectedPointsToPointsNode : ProcessorNode, IProcessorNode, IProviderNode, IConsumerNode, IScriptNode, INode
Methods
OnProcess()
Contains all the processing logic of this node. Called by Process.
Declaration
protected override void OnProcess()