Class WorldQueryWrapper
java.lang.Object
org.jbox2d.dynamics.WorldQueryWrapper
- All Implemented Interfaces:
TreeCallback
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleantreeCallback(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:TreeCallbackCallback from a query request.- Specified by:
treeCallbackin interfaceTreeCallback- Parameters:
nodeId- the id of the proxy- Returns:
- if the query should be continued
-