Class RandomBspRoomsNode
Generates a room/rectangle within the bounds of each BSP leaf node.
Inherited Members
Namespace: InsaneScatterbrain.MapGraph
Syntax
[ScriptNode("Random BSP Rooms", "BSP", true)]
[Serializable]
public class RandomBspRoomsNode : ProcessorNode, IProcessorNode, IProviderNode, IConsumerNode, IScriptNode, INode
Properties
Bounds
Declaration
public List<RectInt> Bounds { get; }
Property Value
Type | Description |
---|---|
List<RectInt> |
Tree
Declaration
public BspTree Tree { get; }
Property Value
Type | Description |
---|---|
BspTree |
Methods
OnProcess()
Contains all the processing logic of this node. Called by Process.
Declaration
protected override void OnProcess()