Class RectsToAreasNode
Generates an area for each rectangle in the set that contains all the points within that rectangle.
Inherited Members
Namespace: InsaneScatterbrain.MapGraph
Syntax
[ScriptNode("Rectangles To Areas", "Convert", true)]
[Serializable]
public class RectsToAreasNode : ProcessorNode, IProcessorNode, IProviderNode, IConsumerNode, IScriptNode, INode
Methods
OnProcess()
Contains all the processing logic of this node. Called by Process.
Declaration
protected override void OnProcess()