Delegate Solver.SubstepEvent
- Namespace
- BepuPhysics
- Assembly
- BepuPhysics.dll
Delegate type of solver substep begin/end events.
public delegate void Solver.SubstepEvent(int substepIndex)
Parameters
substepIndex
intIndex of the substep that the event is about.