WaitWhileConstructor

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

파라미터

predicateThe 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.