Class GenerateMstAreaGraphNode
Generates a minimum spanning tree area graph from the given areas connected area graph.
Inherited Members
Namespace: InsaneScatterbrain.MapGraph
Syntax
[ScriptNode("Generate Area Graph (Minimum)", "Areas", true)]
[Serializable]
public class GenerateMstAreaGraphNode : ProcessorNode, IProcessorNode, IProviderNode, IConsumerNode, IScriptNode, INode
Properties
MstAreaGraph
Gets the latest generated MST area graph.
Declaration
public AreaGraph MstAreaGraph { get; }
Property Value
Type | Description |
---|---|
AreaGraph |
Methods
OnProcess()
Contains all the processing logic of this node. Called by Process.
Declaration
protected override void OnProcess()