Package org.jbox2d.callbacks
Interface TreeCallback
- All Known Implementing Classes:
BroadPhase
,DynamicTreeTest
,WorldQueryWrapper
public interface TreeCallback
callback for
DynamicTree
-
Method Summary
Modifier and TypeMethodDescriptionboolean
treeCallback
(int proxyId) Callback from a query request.
-
Method Details
-
treeCallback
boolean treeCallback(int proxyId) Callback from a query request.- Parameters:
proxyId
- the id of the proxy- Returns:
- if the query should be continued
-