Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface WorldOptions

Hierarchy

  • WorldOptions

Index

Properties

broadphase?: Broadphase

The broadphase algorithm to use.

see

World.broadphase

gravity?: Vec2

Gravity in the world.

see

World.gravity

islandSplit?: boolean

Whether to enable island splitting.

see

World.islandSplit

solver?: Solver

The solver used to satisfy constraints and contacts.

see

World.solver