docs.unity.cn
    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
    Generated by DocFX
    on Friday, April 21, 2023
    Terms of use