NativeInvoke Class
Namespace: Stride.Core.NativeAssembly: Stride.Core.dll
System.Object →
NativeInvoke
Derived from NativeInvoke:
public static class NativeInvoke
| Name | Description | |
|---|---|---|
| Methods | ||
| Setup() | ||
| Sleep(Int32) | Suspends current thread for |
|
Methods
Setup()
public static void Setup()
Sleep(Int32)
Suspends current thread for ms milliseconds.
public static extern void Sleep(int ms)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | ms | Number of milliseconds to sleep. |