Uses of Class
org.jbox2d.callbacks.ContactFilter
Packages that use ContactFilter
Package
Description
The Dynamics module is the most complex part of jbox2d and is the part you
likely interact with the most.
-
Uses of ContactFilter in org.jbox2d.dynamics
Fields in org.jbox2d.dynamics declared as ContactFilterMethods in org.jbox2d.dynamics with parameters of type ContactFilterModifier and TypeMethodDescriptionvoidWorld.setContactFilter(ContactFilter filter) Register a contact filter to provide specific control over collision.