Type Alias: LibBodyType
ts
type LibBodyType = "rocky" | "gaseous" | "metallic" | "star";Shader-side body-type identifier. Same string set as BodyConfig['type'] — the two types are kept structurally distinct so the shader catalogue can evolve independently from the public config surface (e.g. add a render-only 'preview' type without touching BodyConfig).