Interface TreeCallback
- All Known Implementing Classes:
BroadPhase, DynamicTreeTest, WorldQueryWrapper
public interface TreeCallback
callback for
DynamicTree-
Method Summary
Modifier and TypeMethodDescriptionbooleantreeCallback(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
-