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
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023