DigitalSpaces::DIPhysicsWorldStepListener Struct Reference
[Physics]

#include <Physics.h>

Inherits DigitalSpaces::DIObjectBase.


Detailed Description

Designed to be called before and after the physics processing, to allow interested components to control the simulation.

Deprecated:
The physics simulation occurs every heartbeat, so any component interested in physics movement should specify a MaxHeartbeatInterval of 1, and simply do the work in PerformHeartbeat.

Public Member Functions

void OnStepStart (DIPhysicsWorld *world, float time)
void OnStepEnd (DIPhysicsWorld *world, float time)

Member Function Documentation

void DigitalSpaces::DIPhysicsWorldStepListener::OnStepStart ( DIPhysicsWorld world,
float  time 
)

void DigitalSpaces::DIPhysicsWorldStepListener::OnStepEnd ( DIPhysicsWorld world,
float  time 
)


The documentation for this struct was generated from the following file:

Generated on Sun Aug 31 17:46:28 2008 for Digital Spaces by  doxygen 1.5.6