docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Interface IConditionalPredicate

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

    Methods

    Finished(bool)

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

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

    HasConditionBeenReached()

    Test the conditions of the test to be reached

    Declaration
    bool HasConditionBeenReached()
    Returns
    Type Description
    bool

    Started()

    Wait for condition has started

    Declaration
    void Started()
    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)