edu.eside.flingbox.physics
Interface PhysicBody.OnMovementListener

All Known Implementing Classes:
Collider, ColliderPolygon, Polygon
Enclosing class:
PhysicBody

public static interface PhysicBody.OnMovementListener

Implements on move callback.


Method Summary
 void onMovement(Vector2D position, float angle)
          Called when movement occurs.
 

Method Detail

onMovement

void onMovement(Vector2D position,
                float angle)
Called when movement occurs.

Parameters:
position - new body's position
rotation - new body's angle