{!See https://docs.google.com/document/d/1takg_GmIBBKKTj-GHZCwzxohpQz7Bhekivkk72kYMtE/edit for reference implementation of OneTrust, dataLayer and GTM} {!OneTrust Cookies Consent} {!OneTrust Cookies Consent end} {!dataLayer initialization push} {!dataLayer initialization push end} {!Google Tag Manager} {!Google Tag Manager end} Method GetLocalEndPoint | Netcode for Entities | 1.1.0-pre.3
docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method GetLocalEndPoint

    GetLocalEndPoint()

    Get the local endpoint (the endpoint remote peers will use to reach this driver) used by the first driver inside NetworkDriverStore. This is similar to calling GetLocalEndPoint(int) with NetworkDriverStore.FirstDriverId as argument.

    Declaration
    public NetworkEndpoint GetLocalEndPoint()
    Returns
    Type Description
    NetworkEndpoint

    The local endpoint of the first driver.

    GetLocalEndPoint(int)

    Get the local endpoint used by the driver (the endpoint remote peers will use to reach this driver).
    When multiple drivers exist, e.g. when using both IPC and Socket connection, multiple drivers will be available in the NetworkDriverStore.

    Declaration
    public NetworkEndpoint GetLocalEndPoint(int driverId)
    Parameters
    Type Name Description
    int driverId

    Id of the driver. See GetNetworkDriver(int)

    Returns
    Type Description
    NetworkEndpoint

    The local endpoint of the driver.

    In This Article
    Back to top
    Copyright © 2023 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)