public interface ColliderListener
Collider.ColliderProcess| Modifier and Type | Method and Description |
|---|---|
void |
collision(ColliderEvent evt)
Handle a collision event, called when two interactable HitBoxes
collide.
|
void |
separation(ColliderEvent evt)
Handle a separation event, called when two interactable HitBoxes
separate.
|
void collision(ColliderEvent evt)
evt - The collision event.void separation(ColliderEvent evt)
evt - The separation event.Copyright © 2013-2014 Matthew D. Michelotti