Method b3Sleep
- Namespace
- Box3D.Native
- Assembly
- Box3D.NET.Native.dll
b3Sleep(int)
Sleeps the current thread.
public static extern void b3Sleep(int milliseconds)Parameters
millisecondsint-
The duration to sleep.
Sleeps the current thread.
public static extern void b3Sleep(int milliseconds)milliseconds int The duration to sleep.