C# Класс Coroutiner

Author: Sebastiaan Fehr ([email protected]) Date: March 2013 Summary: Creates MonoBehaviour instance through which static classes can call StartCoroutine. Description: Classes that do not inherit from MonoBehaviour, or static functions within MonoBehaviours are inertly unable to call StartCoroutene, as this function is not static and does not exist on Object. This Class creates a proxy though which StartCoroutene can be called, and destroys it when no longer needed.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
StartCoroutine ( IEnumerator iterationResult ) : Coroutine

Описание методов

StartCoroutine() публичный статический Метод

public static StartCoroutine ( IEnumerator iterationResult ) : Coroutine
iterationResult IEnumerator
Результат Coroutine