{!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 GetDriverInstance | Netcode for Entities | 1.1.0-pre.3
docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method GetDriverInstance

    GetDriverInstance(int)

    Return the NetworkDriverStore.NetworkDriverInstance instance with the given driverId.

    Declaration
    public readonly NetworkDriverStore.NetworkDriverInstance GetDriverInstance(int driverId)
    Parameters
    Type Name Description
    int driverId

    the id of the driver. Should be always greater or equals than FirstDriverId

    Returns
    Type Description
    NetworkDriverStore.NetworkDriverInstance

    The NetworkDriverStore.NetworkDriverInstance at for the given id.

    Remarks

    The method return a copy of the driver instance not a reference. While this is suitable for almost all the use cases, since the driver is trivially copyable, be aware that calling some of the Driver class methods, like ScheduleUpdate, that update internal driver data (that aren't suited to be copied around) may not work as expected.

    Exceptions
    Type Condition
    InvalidOperationException

    Throw an exception if a driver is not found

    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)