Basics
Guides
API Reference
Basics
Guides
API Reference
[13:7] extends: FxObj
Wraps FXGL's DungeonConfig record (com.almasb.fxgl.pathfinding.dungeon.DungeonConfig), the tunables for DungeonGrid generation. Holds the random source, the number of rooms, and the min/max room dimensions.
DungeonConfig (object RandomAjo = null, int NumRooms = 6, int MinRoomWidth = 4, int MaxRoomWidth = 9, int MinRoomHeight = 4, int MaxRoomHeight = 9)
Creates a new DungeonConfig.
RandomAjo is a java.util.Random AJO.NumRooms is the room count to generate.MinRoomWidth, MaxRoomWidth, MinRoomHeight, MaxRoomHeight are room size bounds (each at least 2).adopt (object Ajo)
Wraps an existing DungeonConfig AussomJavaObject.
numRooms ()
minRoomWidth ()
maxRoomWidth ()
minRoomHeight ()
maxRoomHeight ()
random ()

Aussom
Write once. Embed everywhere.
Copyright 2026 Austin Lehman. All rights reserved.