WaitUntil Constructor
public WaitUntil(Func<bool> predicate);
Parameters
| predicate | Supplied 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.