C# 클래스 UnityThreading.EnumeratorExtension

파일 보기 프로젝트 열기: ufz-vislab/html-ui-unity

공개 메소드들

메소드 설명
RunAsync ( this that ) : Task

Starts the Enumerator as async Task on the given TaskDistributor.

RunAsync ( this that, TaskDistributor target ) : Task

Starts the Enumerator as async Task on the given TaskDistributor.

메소드 상세

RunAsync() 공개 정적인 메소드

Starts the Enumerator as async Task on the given TaskDistributor.
public static RunAsync ( this that ) : Task
that this
리턴 Task

RunAsync() 공개 정적인 메소드

Starts the Enumerator as async Task on the given TaskDistributor.
public static RunAsync ( this that, TaskDistributor target ) : Task
that this
target TaskDistributor The TaskDistributor instance on which the operation should perform.
리턴 Task