WaitWhile Constructor

public WaitWhile(Func<bool> predicate);

Parameters

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

Description 描述

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