The broad-phase used for coarse collision-detection.
To avoid leaking WASM resources, this MUST be freed manually with broadPhase.free() once you are done using it.
broadPhase.free()
Optional
Release the WASM memory occupied by this broad-phase.
Generated using TypeDoc
The broad-phase used for coarse collision-detection.
To avoid leaking WASM resources, this MUST be freed manually with
broadPhase.free()
once you are done using it.