T - Type of vector, either 2D or 3D, implementing the Vector interfacepublic static interface Proximity.ProximityCallback<T extends com.badlogic.gdx.math.Vector<T>>
| Modifier and Type | Method and Description |
|---|---|
boolean |
reportNeighbor(Steerable<T> neighbor)
The callback method used to report a neighbor.
|