public class ComponentCollision extends Object implements ComponentUpdatable
Collidable
.
Collision events are notified to CollidableListener
.Collidable
,
CollidableListener
Constructor and Description |
---|
ComponentCollision()
Create a collision component.
|
Modifier and Type | Method and Description |
---|---|
void |
update(double extrp,
HandledObjects objects)
Update the current objects.
|
public void update(double extrp, HandledObjects objects)
ComponentUpdatable
update
in interface ComponentUpdatable
extrp
- The extrapolation value.objects
- The objects reference.Copyright © 2016 Byron 3D Games Studio. All rights reserved.