WaitUntilTrue Method |
| Name | Description | |
|---|---|---|
| UntilTrue(CustomPropertyValueBoolean) |
Suspend coroutine until the boolean custom property value becomes true.
| |
| UntilTrue(FuncBoolean) | Obsolete.
Use UntilTrue(FuncBoolean, INotifyPropertyChanged) instead.
| |
| UntilTrue(FuncBoolean, INotifyPropertyChanged) |
Suspend coroutine until the supplied expression is true.
|