KMHoldableSpawnPoint - Qkrisi/ktanemodkit GitHub Wiki

KMHoldableSpawnPoint

[DisallowMultipleComponent]
public class KMHoldableSpawnPoint : MonoBehaviour

Used for specifying spawn points for holdable objects.


public int SelectableIndexX;

The X position in the children map for the room, row lengths are 5.


public int SelectableIndexY;

The Y position in the children map for this room, there are 4 rows in the selectable map.