C# Class GoogleARCoreInternal.WaitForTaskCompletionYieldInstruction

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

Private Properties

Property Type Description

Public Methods

Method Description
WaitForTaskCompletionYieldInstruction ( AsyncTask task ) : System.Diagnostics.CodeAnalysis

Constructor for WaitForTaskCompletionYieldInstruction.

Method Details

WaitForTaskCompletionYieldInstruction() public method

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