Delegate TimestepperStageHandler
- Namespace
 - BepuPhysics
 
- Assembly
 - BepuPhysics.dll
 
Delegate used by ITimesteppers for their stage callbacks.
public delegate void TimestepperStageHandler(float dt, IThreadDispatcher threadDispatcher)
  Parameters
dtfloatTime step duration.
threadDispatcherIThreadDispatcherThread dispatcher used for this timestep.