| Package | Description |
|---|---|
| com.threed.jpct |
| Modifier and Type | Method and Description |
|---|---|
java.util.Iterator<CollisionListener> |
Object3D.getCollisionListeners()
Returns the collision listeners of this object as an Iterator.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Object3D.addCollisionListener(CollisionListener listener)
Adds a collision listener to this object.
|
void |
Object3D.removeCollisionListener(CollisionListener listener)
Removes a collision listener from the list of listeners.
|