C# 클래스 UnityEngine.WaitUntil

Suspends the coroutine execution until the supplied delegate evaluates to true.

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

공개 메소드들

메소드 설명
WaitUntil ( Func predicate ) : System

메소드 상세

WaitUntil() 공개 메소드

public WaitUntil ( Func predicate ) : System
predicate Func
리턴 System