Header menu logo Mibo.Raylib

Interior Module

Types

Type Description

DoorSide

Functions and values

Function or value Description

corridorX length width height floor wall ceiling section

Full Usage: corridorX length width height floor wall ceiling section

Parameters:
    length : int
    width : int
    height : int
    floor : 'T
    wall : 'T
    ceiling : 'T
    section : GridSection3D<'T>

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

corridorZ length width height floor wall ceiling section

Full Usage: corridorZ length width height floor wall ceiling section

Parameters:
    length : int
    width : int
    height : int
    floor : 'T
    wall : 'T
    ceiling : 'T
    section : GridSection3D<'T>

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

doorway side doorWidth doorHeight section

Full Usage: doorway side doorWidth doorHeight section

Parameters:
Returns: GridSection3D<'T>
Modifiers: inline
Type parameters: 'T
side : DoorSide
doorWidth : int
doorHeight : int
section : GridSection3D<'T>
Returns: GridSection3D<'T>

openRoom width height depth floor wall section

Full Usage: openRoom width height depth floor wall section

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

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

pillar height baseTile middleTile topTile section

Full Usage: pillar height baseTile middleTile topTile section

Parameters:
    height : int
    baseTile : 'T
    middleTile : 'T
    topTile : 'T
    section : GridSection3D<'T>

Returns: GridSection3D<'T>
Modifiers: inline
Type parameters: 'T
height : int
baseTile : 'T
middleTile : 'T
topTile : 'T
section : GridSection3D<'T>
Returns: GridSection3D<'T>

room width height depth floor wall ceiling section

Full Usage: room width height depth floor wall ceiling section

Parameters:
    width : int
    height : int
    depth : int
    floor : 'T
    wall : 'T
    ceiling : 'T
    section : GridSection3D<'T>

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

scatterEdges count seed content section

Full Usage: scatterEdges count seed content section

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

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

scatterWall side count seed content section

Full Usage: scatterWall side count seed content section

Parameters:
Returns: GridSection3D<'T>
Modifiers: inline
Type parameters: 'T
side : DoorSide
count : int
seed : int
content : 'T
section : GridSection3D<'T>
Returns: GridSection3D<'T>

shaft width depth height wall section

Full Usage: shaft width depth height wall section

Parameters:
    width : int
    depth : int
    height : int
    wall : 'T
    section : GridSection3D<'T>

Returns: GridSection3D<'T>
Modifiers: inline
Type parameters: 'T
width : int
depth : int
height : int
wall : 'T
section : GridSection3D<'T>
Returns: GridSection3D<'T>

stairs width rise run step section

Full Usage: stairs width rise run step section

Parameters:
    width : int
    rise : int
    run : int
    step : 'T
    section : GridSection3D<'T>

Returns: GridSection3D<'T>
Modifiers: inline
Type parameters: 'T
width : int
rise : int
run : int
step : 'T
section : GridSection3D<'T>
Returns: GridSection3D<'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 : GridSection3D<'T>

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

window side windowWidth windowHeight sillHeight section

Full Usage: window side windowWidth windowHeight sillHeight section

Parameters:
Returns: GridSection3D<'T>
Modifiers: inline
Type parameters: 'T
side : DoorSide
windowWidth : int
windowHeight : int
sillHeight : int
section : GridSection3D<'T>
Returns: GridSection3D<'T>

Type something to start searching.