libgdx API

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

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

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

Methods in com.badlogic.gdx.physics.box2d with parameters of type RayCastCallback
 void World.rayCast(RayCastCallback callback, Vector2 point1, Vector2 point2)
          Ray-cast the world for all fixtures in the path of the ray.
 


libgdx API

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