raycastParticle method
Implementation
void raycastParticle(
forge2d.ParticleRaycastCallback callback,
Vector2 point1,
Vector2 point2,
) {
physicsWorld.particleSystem.raycast(callback, point1, point2);
}
void raycastParticle(
forge2d.ParticleRaycastCallback callback,
Vector2 point1,
Vector2 point2,
) {
physicsWorld.particleSystem.raycast(callback, point1, point2);
}