Version: 2020.1
언어: 한국어

WaitWhileConstructor

매뉴얼로 전환
public WaitWhile (Func<bool> predicate);

파라미터

predicate The supplied delegate will be evaluated each frame after MonoBehaviour.Update and before MonoBehaviour.LateUpdate until delegate returns false.

설명

Initializes a yield instruction with a given delegate to be evaluated.