Version: 2022.2
언어: 한국어

WaitUntilConstructor

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

파라미터

predicate Supplied 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.