BuildParameters Type
Parameters for `build`. A nominal record instead of an anonymous record so F# doesn't emit `<>f__AnonymousType…` into the XML doc member name (which trips fsdocs' XML parser at docs-generation time).
Record fields
| Record Field |
Description
|
Full Usage:
height
Field type: int
|
Heightmap grid squares down (Z).
|
Full Usage:
seed
Field type: int option
|
`None` → deterministic gradient values; `Some s` → same deterministic formula keyed by `s`.
|
Full Usage:
width
Field type: int
|
Heightmap grid squares across (X).
|
FSBarV1_Archived