Interior Module
Types
| Type | Description |
|
|
Functions and values
| Function or value |
Description
|
Full Usage:
corridorX length width height floor wall ceiling section
Parameters:
int
width : int
height : int
floor : 'T
wall : 'T
ceiling : 'T
section : GridSection3D<'T>
Returns: GridSection3D<'T>
Modifiers: inline Type parameters: 'T |
|
Full Usage:
corridorZ length width height floor wall ceiling section
Parameters:
int
width : int
height : int
floor : 'T
wall : 'T
ceiling : 'T
section : GridSection3D<'T>
Returns: GridSection3D<'T>
Modifiers: inline Type parameters: 'T |
|
Full Usage:
doorway side doorWidth doorHeight section
Parameters:
DoorSide
doorWidth : int
doorHeight : int
section : GridSection3D<'T>
Returns: GridSection3D<'T>
Modifiers: inline Type parameters: 'T |
|
Full Usage:
openRoom width height depth floor wall section
Parameters:
int
height : int
depth : int
floor : 'T
wall : 'T
section : GridSection3D<'T>
Returns: GridSection3D<'T>
Modifiers: inline Type parameters: 'T |
|
Full Usage:
pillar height baseTile middleTile topTile section
Parameters:
int
baseTile : 'T
middleTile : 'T
topTile : 'T
section : GridSection3D<'T>
Returns: GridSection3D<'T>
Modifiers: inline Type parameters: 'T |
|
Full Usage:
room width height depth floor wall ceiling section
Parameters:
int
height : int
depth : int
floor : 'T
wall : 'T
ceiling : 'T
section : GridSection3D<'T>
Returns: GridSection3D<'T>
Modifiers: inline Type parameters: 'T |
|
Full Usage:
scatterEdges count seed content section
Parameters:
int
seed : int
content : 'T
section : GridSection3D<'T>
Returns: GridSection3D<'T>
Modifiers: inline Type parameters: 'T |
|
Full Usage:
scatterWall side count seed content section
Parameters:
DoorSide
count : int
seed : int
content : 'T
section : GridSection3D<'T>
Returns: GridSection3D<'T>
Modifiers: inline Type parameters: 'T |
|
Full Usage:
shaft width depth height wall section
Parameters:
int
depth : int
height : int
wall : 'T
section : GridSection3D<'T>
Returns: GridSection3D<'T>
Modifiers: inline Type parameters: 'T |
|
Full Usage:
stairs width rise run step section
Parameters:
int
rise : int
run : int
step : 'T
section : GridSection3D<'T>
Returns: GridSection3D<'T>
Modifiers: inline Type parameters: 'T |
|
Full Usage:
weather oldContent newContent probability seed section
Parameters:
'T
newContent : 'T
probability : float32
seed : int
section : GridSection3D<'T>
Returns: GridSection3D<'T>
Modifiers: inline Type parameters: 'T |
|
Full Usage:
window side windowWidth windowHeight sillHeight section
Parameters:
DoorSide
windowWidth : int
windowHeight : int
sillHeight : int
section : GridSection3D<'T>
Returns: GridSection3D<'T>
Modifiers: inline Type parameters: 'T |
|
Mibo.Raylib