docs.unity3d.com
    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(NetworkDriverStore.DriverVisitor) method. a reference to a NetworkDriverStore.NetworkDriverInstance the id of the driver

    Namespace: Unity.NetCode
    Syntax
    public delegate void DriverVisitor(ref NetworkDriverStore.NetworkDriverInstance driver, int driverId);
    Parameters
    Type Name Description
    NetworkDriverStore.NetworkDriverInstance driver
    Int32 driverId
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023