C# 클래스 EditorCoroutine, UnityCommonLibrary

파일 보기 프로젝트 열기: thebeardphantom/UnityCommonLibrary 1 사용 예제들

공개 메소드들

메소드 설명
Start ( IEnumerator routine ) : EditorCoroutine,
Stop ( ) : void

비공개 메소드들

메소드 설명
EditorCoroutine ( IEnumerator routine ) : System.Collections
Start ( ) : void
Update ( ) : void

메소드 상세

Start() 공개 정적인 메소드

public static Start ( IEnumerator routine ) : EditorCoroutine,
routine IEnumerator
리턴 EditorCoroutine,

Stop() 공개 메소드

public Stop ( ) : void
리턴 void