C# 클래스 CielaSpike.ThreadNinjaMonoBehaviourExtensions

파일 보기 프로젝트 열기: DiUS/3DiUS

공개 메소드들

메소드 설명
StartCoroutineAsync ( this behaviour, IEnumerator routine ) : Coroutine

Start a co-routine on a background thread.

StartCoroutineAsync ( this behaviour, IEnumerator routine, Task &task ) : Coroutine

Start a co-routine on a background thread.

메소드 상세

StartCoroutineAsync() 공개 정적인 메소드

Start a co-routine on a background thread.
public static StartCoroutineAsync ( this behaviour, IEnumerator routine ) : Coroutine
behaviour this
routine IEnumerator
리턴 UnityEngine.Coroutine

StartCoroutineAsync() 공개 정적인 메소드

Start a co-routine on a background thread.
public static StartCoroutineAsync ( this behaviour, IEnumerator routine, Task &task ) : Coroutine
behaviour this
routine IEnumerator
task Task Gets a task object with more control on the background thread.
리턴 UnityEngine.Coroutine