C# 클래스 UnityEngine.CustomYieldInstruction

Base class for custom yield instructions to suspend coroutines.

상속: IEnumerator
파일 보기 프로젝트 열기: CarlosHBC/UnityDecompiled 1 사용 예제들

공개 메소드들

메소드 설명
MoveNext ( ) : bool
Reset ( ) : void

보호된 메소드들

메소드 설명
CustomYieldInstruction ( ) : System

메소드 상세

CustomYieldInstruction() 보호된 메소드

protected CustomYieldInstruction ( ) : System
리턴 System

MoveNext() 공개 메소드

public MoveNext ( ) : bool
리턴 bool

Reset() 공개 메소드

public Reset ( ) : void
리턴 void