WaitUntilConstructor

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

파라미터

predicateSupplied delegate will be evaluated each frame after MonoBehaviour.Update and before MonoBehaviour.LateUpdate until delegate returns true.

설명

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