You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -1684,11 +1690,11 @@ public IEnumerator WaitForConditionOrAssert(Func<bool> checkForCondition, string
1684
1690
/// <param name="timeoutErrorMessage">The error message to include in the assertion if the timeout is reached. The information on the StringBuilder will be appended on a new line</param>
1685
1691
/// <param name="timeOutHelper">An optional <see cref="TimeoutHelper"/> to control the timeout period. If null, the default timeout is used.</param>
1686
1692
/// <returns>An <see cref="IEnumerator"/> for use in Unity coroutines.</returns>
0 commit comments