Class BspLeafCenterPointsNode
Gets the center points for each BSP leaf node.
Inherited Members
Namespace: InsaneScatterbrain.MapGraph
Syntax
[ScriptNode("BSP Leaf Center Points", "BSP", true)]
[Serializable]
public class BspLeafCenterPointsNode : ProcessorNode, IProcessorNode, IProviderNode, IConsumerNode, IScriptNode, INode
Methods
OnProcess()
Contains all the processing logic of this node. Called by Process.
Declaration
protected override void OnProcess()