|
FBX C++ API Reference
|
Go to the source code of this file.
Functions | |
| void | FbxSleep (int pMilliseconds) |
| Put the current thread to sleep. More... | |
| FbxLongLong | FbxGetHighResCounter () |
| Retrieves the current value of the high-resolution performance counter. More... | |
| FbxLongLong | FbxGetHighResFrequency () |
| Retrieves the frequency of the high-resolution performance counter. More... | |
| void FbxSleep | ( | int | pMilliseconds | ) |
Put the current thread to sleep.
| pMilliseconds | The duration of the sleep in milli-seconds. |
| FbxLongLong FbxGetHighResCounter | ( | ) |
Retrieves the current value of the high-resolution performance counter.
| FbxLongLong FbxGetHighResFrequency | ( | ) |
Retrieves the frequency of the high-resolution performance counter.