Interface WorldOptions

Hierarchy

  • WorldOptions

Properties

broadphase?: Broadphase

The broadphase algorithm to use.

gravity?: Vec2

Gravity in the world.

See

gravity

islandSplit?: boolean

Whether to enable island splitting.

solver?: Solver

The solver used to satisfy constraints and contacts.

See

solver