Skip to content

Type Alias: BodyPhysics

ts
type BodyPhysics = 
  | PlanetPhysics
  | StarPhysics;

Discriminated union of physics shapes. Kept as a union so callers that narrow on config.type get the type-specific fields revealed.

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