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.
파일 보기 프로젝트 열기: mezosaurus/eae-project 1 사용 예제들

공개 메소드들

메소드 설명
StartCoroutine ( IEnumerator iterationResult ) : Coroutine

메소드 상세

StartCoroutine() 공개 정적인 메소드

public static StartCoroutine ( IEnumerator iterationResult ) : Coroutine
iterationResult IEnumerator
리턴 Coroutine