libgdx API

Uses of Interface
com.badlogic.gdx.physics.box2d.QueryCallback

Packages that use QueryCallback
com.badlogic.gdx.physics.box2d   
 

Uses of QueryCallback in com.badlogic.gdx.physics.box2d
 

Methods in com.badlogic.gdx.physics.box2d with parameters of type QueryCallback
 void World.QueryAABB(QueryCallback callback, float lowerX, float lowerY, float upperX, float upperY)
          Query the world for all fixtures that potentially overlap the provided AABB.
 


libgdx API

Copyright 2010 Mario Zechner (contact@badlogicgames.com), Nathan Sweet (admin@esotericsoftware.com)