C# 클래스 UtilityTools.EditorCoroutine

Source: https://gist.github.com/benblo/10732554
파일 보기 프로젝트 열기: famerij/EdgeGraph 1 사용 예제들

공개 메소드들

메소드 설명
start ( IEnumerator _routine ) : EditorCoroutine
stop ( ) : void

비공개 메소드들

메소드 설명
EditorCoroutine ( IEnumerator _routine ) : UnityEngine
start ( ) : void
update ( ) : void

메소드 상세

start() 공개 정적인 메소드

public static start ( IEnumerator _routine ) : EditorCoroutine
_routine IEnumerator
리턴 EditorCoroutine

stop() 공개 메소드

public stop ( ) : void
리턴 void