Method b3RecPlayer_SubStepFrame
- Namespace
- Box3D.Native
- Assembly
- Box3D.NET.Native.dll
b3RecPlayer_SubStepFrame(b3RecPlayer*)
Sub-step one frame. This will sub-step and return immediately after body creation. The next call will execute the time step. This allows bodies to be rendered at the creation pose.
public static extern void b3RecPlayer_SubStepFrame(b3RecPlayer* player)Parameters
playerb3RecPlayer*-
See the Box3D documentation.