C# Class GoogleARCoreInternal.WaitForTaskCompletionYieldInstruction

A yield instruction that blocks a coroutine until an AsyncTask has completed.
Inheritance: CustomYieldInstruction
Afficher le fichier Open project: jbyu/arcore_face

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
WaitForTaskCompletionYieldInstruction ( AsyncTask task ) : System.Diagnostics.CodeAnalysis

Constructor for WaitForTaskCompletionYieldInstruction.

Method Details

WaitForTaskCompletionYieldInstruction() public méthode

Constructor for WaitForTaskCompletionYieldInstruction.
public WaitForTaskCompletionYieldInstruction ( AsyncTask task ) : System.Diagnostics.CodeAnalysis
task AsyncTask The task to wait for completion.
Résultat System.Diagnostics.CodeAnalysis