| Package | Description |
|---|---|
| com.almasb.fxgl.physics.box2d.collision.broadphase | |
| com.almasb.fxgl.physics.box2d.dynamics |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultBroadPhaseBuffer
The broad-phase is used for computing pairs and performing volume queries and ray casts.
|
| Modifier and Type | Field and Description |
|---|---|
BroadPhase |
ContactManager.m_broadPhase |
| Modifier and Type | Method and Description |
|---|---|
void |
Fixture.createProxies(BroadPhase broadPhase,
Transform xf) |
| Constructor and Description |
|---|
ContactManager(World argPool,
BroadPhase broadPhase) |
World(Vec2 gravity,
IWorldPool pool,
BroadPhase broadPhase) |
Copyright © 2018. All rights reserved.