TopDown Module
Types
| Type | Description |
|
|
Functions and values
| Function or value |
Description
|
Full Usage:
corridor length width direction floor wall section
Parameters:
int
width : int
direction : CorridorDirection
floor : 'T
wall : 'T
section : GridSection2D<'T>
Returns: GridSection2D<'T>
Modifiers: inline Type parameters: 'T |
|
Full Usage:
doorway length wall section
Parameters:
int
wall : 'T
section : GridSection2D<'T>
Returns: GridSection2D<'T>
Modifiers: inline Type parameters: 'T |
|
Full Usage:
room width height floor wall section
Parameters:
int
height : int
floor : 'T
wall : 'T
section : GridSection2D<'T>
Returns: GridSection2D<'T>
Modifiers: inline Type parameters: 'T |
|
Full Usage:
scatterEdges count seed content section
Parameters:
int
seed : int
content : 'T
section : GridSection2D<'T>
Returns: GridSection2D<'T>
Modifiers: inline Type parameters: 'T |
|
Full Usage:
wallSegment length wall section
Parameters:
int
wall : 'T
section : GridSection2D<'T>
Returns: GridSection2D<'T>
Modifiers: inline Type parameters: 'T |
|
Full Usage:
weather oldContent newContent probability seed section
Parameters:
'T
newContent : 'T
probability : float32
seed : int
section : GridSection2D<'T>
Returns: GridSection2D<'T>
Modifiers: inline Type parameters: 'T |
|
Mibo.Raylib