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