Method b3GetMillisecondsAndReset
- Namespace
- Box3D.Native
- Assembly
- Box3D.NET.Native.dll
b3GetMillisecondsAndReset(ref ulong)
Gets the milliseconds elapsed since an earlier tick value and resets it to now.
public static float b3GetMillisecondsAndReset(ref ulong ticks)Parameters
ticksulong-
On input the earlier tick value; on return the current tick value.
Returns
- float
-
The elapsed milliseconds.