C# 클래스 UnityEngine.WaitWhile

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

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

공개 메소드들

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

메소드 상세

WaitWhile() 공개 메소드

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