Package | Description |
---|---|
com.badlogic.gdx.physics.box2d |
Modifier and Type | Method and Description |
---|---|
void |
World.rayCast(RayCastCallback callback,
Vector2 point1,
Vector2 point2)
Ray-cast the world for all fixtures in the path of the ray.
|