docs.unity3d.com
    Show / Hide Table of Contents

    Interface IConditionalPredicate

    Namespace: Unity.Netcode.TestHelpers.Runtime
    Syntax
    public interface IConditionalPredicate

    Methods

    Finished(Boolean)

    Wait for condition has finished: Condition(s) met or timed out

    Declaration
    void Finished(bool timedOut)
    Parameters
    Type Name Description
    Boolean timedOut

    HasConditionBeenReached()

    Test the conditions of the test to be reached

    Declaration
    bool HasConditionBeenReached()
    Returns
    Type Description
    Boolean

    Started()

    Wait for condition has started

    Declaration
    void Started()
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on 26 October 2023