Method b3World_Step
- Namespace
- Box3D.Native
- Assembly
- Box3D.NET.Native.dll
b3World_Step(b3WorldId, float, int)
Simulate a world for one time step. This performs collision detection, integration, and constraint solution.
public static extern void b3World_Step(b3WorldId worldId, float timeStep, int subStepCount)