Package org.jbox2d.dynamics
Class WorldQueryWrapper
java.lang.Object
org.jbox2d.dynamics.WorldQueryWrapper
- All Implemented Interfaces:
TreeCallback
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
treeCallback
(int nodeId) Callback from a query request.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
broadPhase
BroadPhase broadPhase -
callback
QueryCallback callback
-
-
Constructor Details
-
WorldQueryWrapper
WorldQueryWrapper()
-
-
Method Details
-
treeCallback
public boolean treeCallback(int nodeId) Description copied from interface:TreeCallback
Callback from a query request.- Specified by:
treeCallback
in interfaceTreeCallback
- Parameters:
nodeId
- the id of the proxy- Returns:
- if the query should be continued
-