docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Struct TransportChannel

    A transport channel used by the MLAPI

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: MLAPI.Transports
    Assembly: Unity.Multiplayer.MLAPI.Runtime.dll
    Syntax
    [Serializable]
    public struct TransportChannel

    Constructors

    TransportChannel(NetworkChannel, NetworkDelivery)

    Declaration
    public TransportChannel(NetworkChannel channel, NetworkDelivery delivery)
    Parameters
    Type Name Description
    NetworkChannel channel
    NetworkDelivery delivery

    Fields

    Channel

    Channel identifier

    Declaration
    public NetworkChannel Channel
    Field Value
    Type Description
    NetworkChannel

    Delivery

    Delivery type

    Declaration
    public NetworkDelivery Delivery
    Field Value
    Type Description
    NetworkDelivery
    In This Article
    Back to top
    Copyright © 2025 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)