| Package | Description |
|---|---|
| com.almasb.fxgl.physics.box2d.dynamics |
| Modifier and Type | Method and Description |
|---|---|
void |
World.raycast(RayCastCallback callback,
ParticleRaycastCallback particleCallback,
Vec2 point1,
Vec2 point2)
Ray-cast the world for all fixtures and particles in the path of the ray.
|
void |
World.raycast(RayCastCallback callback,
Vec2 point1,
Vec2 point2)
Ray-cast the world for all fixtures in the path of the ray.
|
Copyright © 2018. All rights reserved.