Platformer Module
Types
| Type | Description |
|
|
|
|
|
Functions and values
| Function or value |
Description
|
Full Usage:
box width height border fill section
Parameters:
int
height : int
border : 'T
fill : 'T
section : GridSection2D<'T>
Returns: GridSection2D<'T>
Modifiers: inline Type parameters: 'T |
|
Full Usage:
gap width height section
Parameters:
int
height : int
section : GridSection2D<'T>
Returns: GridSection2D<'T>
Modifiers: inline Type parameters: 'T |
|
Full Usage:
ledge width anchor tile section
Parameters:
int
anchor : Anchor
tile : 'T
section : GridSection2D<'T>
Returns: GridSection2D<'T>
Modifiers: inline Type parameters: 'T |
|
Full Usage:
pillar height baseTile middleTile topTile section
Parameters:
int
baseTile : 'T
middleTile : 'T
topTile : 'T
section : GridSection2D<'T>
Returns: GridSection2D<'T>
Modifiers: inline Type parameters: 'T |
|
Full Usage:
pit width depth section
Parameters:
int
depth : int
section : GridSection2D<'T>
Returns: GridSection2D<'T>
Modifiers: inline Type parameters: 'T |
|
Full Usage:
platform width tile section
Parameters:
int
tile : '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:
slope width height tile direction section
Parameters:
int
height : int
tile : 'T
direction : StairDirection
section : GridSection2D<'T>
Returns: GridSection2D<'T>
Modifiers: inline Type parameters: 'T |
|
Full Usage:
stairs width tile direction section
Parameters:
int
tile : 'T
direction : StairDirection
section : GridSection2D<'T>
Returns: GridSection2D<'T>
Modifiers: inline Type parameters: 'T |
|
Full Usage:
wall height tile section
Parameters:
int
tile : '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