Table of Contents

Method b3Sleep

Namespace
Box3D.Native
Assembly
Box3D.NET.Native.dll

b3Sleep(int)

Sleeps the current thread.

public static extern void b3Sleep(int milliseconds)

Parameters

milliseconds int

The duration to sleep.