Interface IConditionalPredicate
Namespace: Unity.Netcode.TestHelpers.Runtime
Assembly: solution.dll
Syntax
public interface IConditionalPredicate
Methods
| Name | Description |
|---|---|
| Finished(bool) | Wait for condition has finished: Condition(s) met or timed out |
| HasConditionBeenReached() | Test the conditions of the test to be reached |
| Started() | Wait for condition has started |