C# 클래스 GoogleARCoreInternal.WaitForTaskCompletionYieldInstruction

A yield instruction that blocks a coroutine until an AsyncTask has completed.
상속: CustomYieldInstruction
파일 보기 프로젝트 열기: jbyu/arcore_face

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
WaitForTaskCompletionYieldInstruction ( AsyncTask task ) : System.Diagnostics.CodeAnalysis

Constructor for WaitForTaskCompletionYieldInstruction.

메소드 상세

WaitForTaskCompletionYieldInstruction() 공개 메소드

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