docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Delegate NetworkDriverStore.DriverVisitor

    Signature for all functions that can be used to visit the registered drivers in the store using the ForEachDriver(DriverVisitor) method.

    Namespace: Unity.NetCode
    Assembly: Unity.NetCode.dll
    Syntax
    public delegate void NetworkDriverStore.DriverVisitor(ref NetworkDriverStore.NetworkDriverInstance driver, int driverId)
    Parameters
    Type Name Description
    NetworkDriverStore.NetworkDriverInstance driver

    a reference to a NetworkDriverStore.NetworkDriverInstance

    int driverId

    the id of the driver. Must always greater or equals FirstDriverId

    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)