Uses of Class
org.jbox2d.dynamics.ContactManager
-
Packages that use ContactManager Package Description org.jbox2d.dynamics -
-
Uses of ContactManager in org.jbox2d.dynamics
Fields in org.jbox2d.dynamics declared as ContactManager Modifier and Type Field Description protected ContactManager
World. m_contactManager
Methods in org.jbox2d.dynamics that return ContactManager Modifier and Type Method Description ContactManager
World. getContactManager()
Get the contact manager for testing purposes
-