docs.unity.cn
    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
    Generated by DocFX
    on Wednesday, June 21, 2023