Layout Module
Functions and values
| Function or value |
Description
|
Full Usage:
border x y width height content section
Parameters:
int
y : int
width : int
height : int
content : 'T
section : GridSection2D<'T>
Returns: GridSection2D<'T>
|
|
Full Usage:
center w h f parent
Parameters:
int
h : int
f : GridSection2D<'T> -> GridSection2D<'T>
parent : GridSection2D<'T>
Returns: GridSection2D<'T>
Modifiers: inline Type parameters: 'T |
|
Full Usage:
checker odd even section
Parameters:
'T
even : 'T
section : GridSection2D<'T>
Returns: GridSection2D<'T>
|
|
Full Usage:
checkerBorder x y width height odd even section
Parameters:
int
y : int
width : int
height : int
odd : 'T
even : 'T
section : GridSection2D<'T>
Returns: GridSection2D<'T>
|
|
Full Usage:
circle cx cy radius filled content section
Parameters:
int
cy : int
radius : int
filled : bool
content : 'T
section : GridSection2D<'T>
Returns: GridSection2D<'T>
|
|
Full Usage:
clear x y width height section
Parameters:
int
y : int
width : int
height : int
section : GridSection2D<'T>
Returns: GridSection2D<'T>
|
|
Full Usage:
corners x y width height content section
Parameters:
int
y : int
width : int
height : int
content : 'T
section : GridSection2D<'T>
Returns: GridSection2D<'T>
|
|
Full Usage:
fill x y width height content section
Parameters:
int
y : int
width : int
height : int
content : 'T
section : GridSection2D<'T>
Returns: GridSection2D<'T>
|
|
Full Usage:
flowX step stamps parent
Parameters:
int
stamps : (GridSection2D<'T> -> GridSection2D<'T>) seq
parent : GridSection2D<'T>
Returns: GridSection2D<'T>
Modifiers: inline Type parameters: 'T |
|
Full Usage:
flowY step stamps parent
Parameters:
int
stamps : (GridSection2D<'T> -> GridSection2D<'T>) seq
parent : GridSection2D<'T>
Returns: GridSection2D<'T>
Modifiers: inline Type parameters: 'T |
|
Full Usage:
generate x y width height generator section
Parameters:
int
y : int
width : int
height : int
generator : int -> int -> 'T
section : GridSection2D<'T>
Returns: GridSection2D<'T>
Modifiers: inline Type parameters: 'T |
|
Full Usage:
iter x y width height action section
Parameters:
int
y : int
width : int
height : int
action : int -> int -> 'T voption -> unit
section : GridSection2D<'T>
Returns: GridSection2D<'T>
Modifiers: inline Type parameters: 'T |
|
Full Usage:
line x1 y1 x2 y2 content section
Parameters:
int
y1 : int
x2 : int
y2 : int
content : 'T
section : GridSection2D<'T>
Returns: GridSection2D<'T>
|
|
Full Usage:
map x y width height mapping section
Parameters:
int
y : int
width : int
height : int
mapping : 'T -> 'T
section : GridSection2D<'T>
Returns: GridSection2D<'T>
Modifiers: inline Type parameters: 'T |
|
Full Usage:
padding n f parent
Parameters:
int
f : GridSection2D<'T> -> GridSection2D<'T>
parent : GridSection2D<'T>
Returns: GridSection2D<'T>
Modifiers: inline Type parameters: 'T |
|
Full Usage:
paddingEx left top right bottom f parent
Parameters:
int
top : int
right : int
bottom : int
f : GridSection2D<'T> -> GridSection2D<'T>
parent : GridSection2D<'T>
Returns: GridSection2D<'T>
Modifiers: inline Type parameters: 'T |
|
Full Usage:
polygon points filled content section
Parameters:
(int * int)[]
filled : bool
content : 'T
section : GridSection2D<'T>
Returns: GridSection2D<'T>
|
|
Full Usage:
rect x y width height borderContent fillContent section
Parameters:
int
y : int
width : int
height : int
borderContent : 'T
fillContent : 'T
section : GridSection2D<'T>
Returns: GridSection2D<'T>
|
|
Full Usage:
repeatX x y count content section
Parameters:
int
y : int
count : int
content : 'T
section : GridSection2D<'T>
Returns: GridSection2D<'T>
|
|
Full Usage:
repeatY x y count content section
Parameters:
int
y : int
count : int
content : 'T
section : GridSection2D<'T>
Returns: GridSection2D<'T>
|
|
Full Usage:
replace oldContent newContent section
Parameters:
'T
newContent : 'T
section : GridSection2D<'T>
Returns: GridSection2D<'T>
|
|
Full Usage:
replaceScatter oldContent newContent probability seed section
Parameters:
'T
newContent : 'T
probability : float32
seed : int
section : GridSection2D<'T>
Returns: GridSection2D<'T>
|
|
Full Usage:
run f grid
Parameters:
GridSection2D<'T> -> GridSection2D<'T>
grid : CellGrid2D<'T>
Returns: CellGrid2D<'T>
Modifiers: inline Type parameters: 'T |
|
Full Usage:
scatter count seed content section
Parameters:
int
seed : int
content : 'T
section : GridSection2D<'T>
Returns: GridSection2D<'T>
|
|
Full Usage:
scatterBorder x y width height count seed content section
Parameters:
int
y : int
width : int
height : int
count : int
seed : int
content : 'T
section : GridSection2D<'T>
Returns: GridSection2D<'T>
|
|
Full Usage:
scatterLine x1 y1 x2 y2 count seed content section
Parameters:
int
y1 : int
x2 : int
y2 : int
count : int
seed : int
content : 'T
section : GridSection2D<'T>
Returns: GridSection2D<'T>
|
|
Full Usage:
scatterStamp count seed stamp section'
Parameters:
int
seed : int
stamp : GridSection2D<'T> -> GridSection2D<'T>
section' : GridSection2D<'T>
Returns: GridSection2D<'T>
Modifiers: inline Type parameters: 'T |
|
Full Usage:
section x y f parent
Parameters:
int
y : int
f : GridSection2D<'T> -> GridSection2D<'T>
parent : GridSection2D<'T>
Returns: GridSection2D<'T>
Modifiers: inline Type parameters: 'T |
|
Full Usage:
set x y content section
Parameters:
int
y : int
content : 'T
section : GridSection2D<'T>
Returns: GridSection2D<'T>
|
|
Full Usage:
setIfEmpty x y content section
Parameters:
int
y : int
content : 'T
section : GridSection2D<'T>
Returns: GridSection2D<'T>
|
|
Mibo.Raylib