Package org.jbox2d.dynamics
Class WorldQueryWrapper
- java.lang.Object
-
- org.jbox2d.dynamics.WorldQueryWrapper
-
- All Implemented Interfaces:
TreeCallback
class WorldQueryWrapper extends java.lang.Object implements TreeCallback
-
-
Field Summary
Fields Modifier and Type Field Description (package private) BroadPhasebroadPhase(package private) QueryCallbackcallback
-
Constructor Summary
Constructors Constructor Description WorldQueryWrapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleantreeCallback(int nodeId)Callback from a query request.
-
-
-
Field Detail
-
broadPhase
BroadPhase broadPhase
-
callback
QueryCallback callback
-
-
Method Detail
-
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
-
-