WaitForUpdate Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This can be used as a way to return to the main unity thread when using multiple threads with async methods.
public ref class WaitForUpdate : UnityEngine::CustomYieldInstruction
public class WaitForUpdate : UnityEngine.CustomYieldInstruction
type WaitForUpdate = class
inherit CustomYieldInstruction
Public Class WaitForUpdate
Inherits CustomYieldInstruction
- Inheritance
-
UnityEngine.CustomYieldInstructionWaitForUpdate
Constructors
WaitForUpdate() |
Properties
keepWaiting |
Extension Methods
GetAwaiter(WaitForUpdate) |