JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
SEARCH
Uses of Class
org.collebol.shared.physics.collision.Collider
Packages that use
Collider
Package
Description
org.collebol.shared.physics.collision
Uses of
Collider
in
org.collebol.shared.physics.collision
Subclasses of
Collider
in
org.collebol.shared.physics.collision
Modifier and Type
Class
Description
class
BoxCollider
A rectangular collider used for detecting collisions between box-shaped
GameObject
instances.
Methods in
org.collebol.shared.physics.collision
with parameters of type
Collider
Modifier and Type
Method
Description
boolean
BoxCollider.
intersects
(
Collider
other)
Checks whether this collider intersects with another collider.
abstract boolean
Collider.
intersects
(
Collider
other)