Skip to content

Latest commit

 

History

History
15 lines (14 loc) · 787 Bytes

File metadata and controls

15 lines (14 loc) · 787 Bytes

GenerationSpace.GetSlotOptions(Slot) Method

At any given moment, a slot may have many possible modules available to it. This method will give you the set of possible modules available on a slot.

public BrewedInk.WFC.ModuleSet GetSlotOptions(BrewedInk.WFC.Slot slot);

Parameters

slot Slot
The slot whose available modules will be returned

Returns

ModuleSet
A set of modules representing all possible modules for the given slot