Struct SwitchToUnityMainThreadAwaitable
An awaitable which, when awaited, switches the current context to the Unity main thread.
Inherited Members
Namespace: IPA.Utilities
Assembly: IPA.Loader.dll
Syntax
public struct SwitchToUnityMainThreadAwaitable
Methods
| Improve this Doc View SourceGetAwaiter()
Gets the awaiter for this awaitable.
Declaration
public SwitchToUnityMainThreadAwaiter GetAwaiter()
Returns
Type | Description |
---|---|
SwitchToUnityMainThreadAwaiter | The awaiter for this awaitable. |