WaitUntilConstructor

Switch to Manual
public WaitUntil (Func<bool> predicate);

Parameters

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

Description

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