docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Struct SendJobArguments

    Arguments used by send 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 SendJobArguments

    Fields

    SendQueue

    A queue containing all the packets to be sent.

    Declaration
    public PacketsQueue SendQueue
    Field Value
    Type Description
    PacketsQueue

    Queue of packets.

    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)