Header menu logo Mibo.Raylib

Platformer Module

Types

Type Description

Anchor

StairDirection

Functions and values

Function or value Description

box width height border fill section

Full Usage: box width height border fill section

Parameters:
    width : int
    height : int
    border : 'T
    fill : 'T
    section : GridSection2D<'T>

Returns: GridSection2D<'T>
Modifiers: inline
Type parameters: 'T
width : int
height : int
border : 'T
fill : 'T
section : GridSection2D<'T>
Returns: GridSection2D<'T>

gap width height section

Full Usage: gap width height section

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

ledge width anchor tile section

Full Usage: ledge width anchor tile section

Parameters:
Returns: GridSection2D<'T>
Modifiers: inline
Type parameters: 'T
width : int
anchor : Anchor
tile : 'T
section : GridSection2D<'T>
Returns: GridSection2D<'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 : GridSection2D<'T>

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

pit width depth section

Full Usage: pit width depth section

Parameters:
Returns: GridSection2D<'T>
Modifiers: inline
Type parameters: 'T
width : int
depth : int
section : GridSection2D<'T>
Returns: GridSection2D<'T>

platform width tile section

Full Usage: platform width tile section

Parameters:
Returns: GridSection2D<'T>
Modifiers: inline
Type parameters: 'T
width : int
tile : '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>

slope width height tile direction section

Full Usage: slope width height tile direction section

Parameters:
Returns: GridSection2D<'T>
Modifiers: inline
Type parameters: 'T
width : int
height : int
tile : 'T
direction : StairDirection
section : GridSection2D<'T>
Returns: GridSection2D<'T>

stairs width tile direction section

Full Usage: stairs width tile direction section

Parameters:
Returns: GridSection2D<'T>
Modifiers: inline
Type parameters: 'T
width : int
tile : 'T
direction : StairDirection
section : GridSection2D<'T>
Returns: GridSection2D<'T>

wall height tile section

Full Usage: wall height tile section

Parameters:
Returns: GridSection2D<'T>
Modifiers: inline
Type parameters: 'T
height : int
tile : '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.