Skip to content

Type Alias: BodyParamsMap

ts
type BodyParamsMap = Record<LibBodyType, Record<string, ParamDef>>;

Full shader-parameter catalogue keyed by body type. Each body type maps to a flat record of paramName → {@link ParamDef}. Authoritative schema for any external control panel.

Distribué sous la licence indiquée dans le dépôt.