Table of Contents

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 float

Time step duration.

threadDispatcher IThreadDispatcher

Thread dispatcher used for this timestep.