Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 744 Bytes

File metadata and controls

14 lines (13 loc) · 744 Bytes

GenerationSpace.GetSlot(Vector3Int) Method

Find a slot given a position. If no slot exists at the given position, this method will return null.

public BrewedInk.WFC.Slot GetSlot(UnityEngine.Vector3Int coordinate);

Parameters

coordinate UnityEngine.Vector3Int

Returns

Slot
The slot at the given position, or null if none exists