Table of Contents

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 int

Index of the substep that the event is about.