#include <b2WorldCallbacks.h>
Inherited by b2FixtureParticleQueryCallback.
Public Member Functions | |
virtual bool | ReportFixture (b2Fixture *fixture)=0 |
virtual bool | ReportParticle (const b2ParticleSystem *particleSystem, int32 index) |
virtual bool | ShouldQueryParticleSystem (const b2ParticleSystem *particleSystem) |
Callback class for AABB queries. See b2World::Query
|
pure virtual |
Called for each fixture found in the query AABB.
|
inlinevirtual |
Called for each particle found in the query AABB.
|
inlinevirtual |
Cull an entire particle system from b2World::QueryAABB. Ignored for b2ParticleSystem::QueryAABB.