Header menu logo Mibo.Raylib

TopDown Module

Types

Type Description

CorridorDirection

Functions and values

Function or value Description

corridor length width direction floor wall section

Full Usage: corridor length width direction floor wall section

Parameters:
Returns: GridSection2D<'T>
Modifiers: inline
Type parameters: 'T
length : int
width : int
direction : CorridorDirection
floor : 'T
wall : 'T
section : GridSection2D<'T>
Returns: GridSection2D<'T>

doorway length wall section

Full Usage: doorway length wall section

Parameters:
Returns: GridSection2D<'T>
Modifiers: inline
Type parameters: 'T
length : int
wall : 'T
section : GridSection2D<'T>
Returns: GridSection2D<'T>

room width height floor wall section

Full Usage: room width height floor wall section

Parameters:
    width : int
    height : int
    floor : 'T
    wall : 'T
    section : GridSection2D<'T>

Returns: GridSection2D<'T>
Modifiers: inline
Type parameters: 'T
width : int
height : int
floor : 'T
wall : 'T
section : GridSection2D<'T>
Returns: GridSection2D<'T>

scatterEdges count seed content section

Full Usage: scatterEdges count seed content section

Parameters:
    count : int
    seed : int
    content : 'T
    section : GridSection2D<'T>

Returns: GridSection2D<'T>
Modifiers: inline
Type parameters: 'T
count : int
seed : int
content : 'T
section : GridSection2D<'T>
Returns: GridSection2D<'T>

wallSegment length wall section

Full Usage: wallSegment length wall section

Parameters:
Returns: GridSection2D<'T>
Modifiers: inline
Type parameters: 'T
length : int
wall : 'T
section : GridSection2D<'T>
Returns: GridSection2D<'T>

weather oldContent newContent probability seed section

Full Usage: weather oldContent newContent probability seed section

Parameters:
    oldContent : 'T
    newContent : 'T
    probability : float32
    seed : int
    section : GridSection2D<'T>

Returns: GridSection2D<'T>
Modifiers: inline
Type parameters: 'T
oldContent : 'T
newContent : 'T
probability : float32
seed : int
section : GridSection2D<'T>
Returns: GridSection2D<'T>

Type something to start searching.