docs.unity.cn
    Show / Hide Table of Contents

    Struct network_address

    Namespace: Unity.Networking.Transport
    Syntax
    public struct network_address : IEquatable<network_address>

    Fields

    data

    Declaration
    public byte *data
    Field Value
    Type Description
    Byte*

    length

    Declaration
    public int length
    Field Value
    Type Description
    Int32

    Methods

    Equals(network_address)

    Declaration
    public bool Equals(network_address other)
    Parameters
    Type Name Description
    network_address other
    Returns
    Type Description
    Boolean
    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Thursday, March 31, 2022
    Terms of use