reportParticle abstract method

bool reportParticle(
  1. Particle particle
)

Called for each particle found in the query AABB.

Return false to terminate the query.

Implementation

bool reportParticle(Particle particle);