| Package | Description |
|---|---|
| com.almasb.fxgl.physics.box2d.dynamics | |
| com.almasb.fxgl.physics.box2d.particle |
| Modifier and Type | Method and Description |
|---|---|
void |
World.raycast(ParticleRaycastCallback particleCallback,
Vec2 point1,
Vec2 point2)
Ray-cast the world for all particles in the path of the ray.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ParticleSystem.raycast(ParticleRaycastCallback callback,
Vec2 point1,
Vec2 point2) |
Copyright © 2017. All rights reserved.