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
@@ -1826,6 +1826,8 @@ public static IEnumerator WaitForConditionOrTimeOut(IConditionalPredicate condit
1826
1826
/// more flexibility for checking complex conditional cases. Uses time travel to simulate this
1827
1827
/// for the given number of frames, simulating delta times at the application frame rate.
1828
1828
/// </summary>
1829
+
/// <param name="conditionalPredicate">An <see cref="IConditionalPredicate"/> implementation used to determine if the condition(s) has/have been met.</param>
1830
+
/// <param name="maxTries">the maximum times to check for the condition (default is 60).</param>
1829
1831
/// <returns><see cref="true"/> or <see cref="false"/></returns>
0 commit comments