C# Class CielaSpike.ThreadNinjaMonoBehaviourExtensions

Afficher le fichier Open project: DiUS/3DiUS

Méthodes publiques

Méthode Description
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.

Method Details

StartCoroutineAsync() public static méthode

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

StartCoroutineAsync() public static méthode

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.
Résultat UnityEngine.Coroutine