Skip to content

Type Alias: Body

ts
type Body = 
  | PlanetBody
  | StarBody;

Discriminated union returned by useBody(config, tileSize, options?). Narrow on body.kind (or equivalently on body.config.type === 'star') to access type-specific namespaces such as liquid, view, atmoShell or planet-only tile mutators.

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