Bearbeiten

WaitForUpdate Class

Definition

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.CustomYieldInstruction
WaitForUpdate

Constructors

WaitForUpdate()

Properties

keepWaiting

Extension Methods

GetAwaiter(WaitForUpdate)

Applies to