docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Struct ReceiveJobArguments

    Arguments used by receive jobs.

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: Unity.Networking.Transport
    Assembly: Unity.Networking.Transport.dll
    Syntax
    public struct ReceiveJobArguments

    Fields

    ReceiveQueue

    A queue containing all the packets to be received.

    Declaration
    public PacketsQueue ReceiveQueue
    Field Value
    Type Description
    PacketsQueue

    Queue of packets.

    ReceiveResult

    The result of the receive operation.

    Declaration
    public OperationResult ReceiveResult
    Field Value
    Type Description
    OperationResult

    Result of the receive operation.

    Time

    The current update time value.

    Declaration
    public long Time
    Field Value
    Type Description
    long

    Timestamp in milliseconds.

    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)