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) BroadPhase
broadPhase
(package private) QueryCallback
callback
-
Constructor Summary
Constructors Constructor Description WorldQueryWrapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
treeCallback(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: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
-
-