Searched defs:Collidable (Results 1 - 1 of 1) sorted by relevance

/external/jmonkeyengine/engine/src/core/com/jme3/collision/
H A DCollidable.java36 * Interface for Collidable objects.
43 public interface Collidable { interface
46 * Check collision with another Collidable.
52 public int collideWith(Collidable other, CollisionResults results) throws UnsupportedCollisionException;

Completed in 750 milliseconds