Logo FSBarV1_Archived

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

height

Full Usage: height

Field type: int

Heightmap grid squares down (Z).

Field type: int

seed

Full Usage: seed

Field type: int option

`None` → deterministic gradient values; `Some s` → same deterministic formula keyed by `s`.

Field type: int option

width

Full Usage: width

Field type: int

Heightmap grid squares across (X).

Field type: int

Type something to start searching.