docs.unity3d.com
    Show / Hide Table of Contents

    Class MessageHooksConditional

    Inheritance
    Object
    ConditionalPredicateBase
    MessageHooksConditional
    Inherited Members
    ConditionalPredicateBase.TimedOut
    ConditionalPredicateBase.HasConditionBeenReached()
    ConditionalPredicateBase.OnStarted()
    ConditionalPredicateBase.Started()
    ConditionalPredicateBase.Finished(Boolean)
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Unity.Netcode.TestHelpers.Runtime
    Syntax
    public class MessageHooksConditional : ConditionalPredicateBase, IConditionalPredicate

    Constructors

    MessageHooksConditional(List<MessageHookEntry>)

    Declaration
    public MessageHooksConditional(List<MessageHookEntry> messageHookEntries)
    Parameters
    Type Name Description
    List<MessageHookEntry> messageHookEntries

    Properties

    AllMessagesReceived

    Declaration
    public bool AllMessagesReceived { get; }
    Property Value
    Type Description
    Boolean

    NumberOfMessagesReceived

    Declaration
    public int NumberOfMessagesReceived { get; }
    Property Value
    Type Description
    Int32

    Methods

    GetHooksStillWaiting()

    Declaration
    public string GetHooksStillWaiting()
    Returns
    Type Description
    String

    OnFinished()

    Declaration
    protected override void OnFinished()
    Overrides
    ConditionalPredicateBase.OnFinished()

    OnHasConditionBeenReached()

    Declaration
    protected override bool OnHasConditionBeenReached()
    Returns
    Type Description
    Boolean
    Overrides
    ConditionalPredicateBase.OnHasConditionBeenReached()

    Reset()

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