C# 클래스 TaskManager, UnityFramework

Executes the scheduled tasks in independent threads automatically.
파일 보기 프로젝트 열기: meta-42/uEasyKit 1 사용 예제들

공개 메소드들

메소드 설명
Initialize ( ) : void
StartTask ( IEnumerator coroutine, bool autoStart = true, UnityAction finishedHandle = null ) : Task

메소드 상세

Initialize() 공개 메소드

public Initialize ( ) : void
리턴 void

StartTask() 공개 메소드

public StartTask ( IEnumerator coroutine, bool autoStart = true, UnityAction finishedHandle = null ) : Task
coroutine IEnumerator
autoStart bool
finishedHandle UnityAction
리턴 Task