com.bulletphysics.dynamics
Class ActionInterface

java.lang.Object
  extended by com.bulletphysics.dynamics.ActionInterface
Direct Known Subclasses:
KinematicCharacterController

public abstract class ActionInterface
extends Object

Basic interface to allow actions such as vehicles and characters to be updated inside a DynamicsWorld.


Constructor Summary
ActionInterface()
           
 
Method Summary
abstract  void debugDraw(IDebugDraw debugDrawer)
           
abstract  void updateAction(CollisionWorld collisionWorld, float deltaTimeStep)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionInterface

public ActionInterface()
Method Detail

updateAction

public abstract void updateAction(CollisionWorld collisionWorld,
                                  float deltaTimeStep)

debugDraw

public abstract void debugDraw(IDebugDraw debugDrawer)