Loom Engine - v3.1.1
GitHub
TheWorldTable.ai
Preparing search index...
DungeonResult
Interface DungeonResult
interface
DungeonResult
{
width
:
number
;
height
:
number
;
tiles
:
Uint8Array
;
rooms
:
DungeonRoom
[]
;
corridors
:
DungeonCorridor
[]
;
}
Index
Properties
width
height
tiles
rooms
corridors
Properties
width
width
:
number
height
height
:
number
tiles
tiles
:
Uint8Array
rooms
rooms
:
DungeonRoom
[]
corridors
corridors
:
DungeonCorridor
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
width
height
tiles
rooms
corridors
GitHub
TheWorldTable.ai
Loom Engine - v3.1.1
Loading...