Struct NetworkBroadcastResult | Multiplayer HLAPI | 1.0.8
docs.unity.cn
    Show / Hide Table of Contents

    Struct NetworkBroadcastResult

    A structure that contains data from a NetworkDiscovery server broadcast.

    Namespace: UnityEngine.Networking
    Syntax
    [Obsolete("The high level API classes are deprecated and will be removed in the future.")]
    public struct NetworkBroadcastResult

    Fields

    broadcastData

    The data broadcast by the server.

    Declaration
    public byte[] broadcastData
    Field Value
    Type Description
    Byte[]

    serverAddress

    The IP address of the server that broadcasts this data.

    Declaration
    public string serverAddress
    Field Value
    Type Description
    String
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on 15 December 2020