Legacy Documentation: Version 2018.1 (Go to current version)
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

WaitUntil Constructor

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.

Did you find this page useful? Please give it a rating: