docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Struct ConcurrentDriverStore

    The concurrent version of the DriverStore. Contains the concurrent copy of the drivers and relative pipelines.

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: Unity.NetCode
    Assembly: Unity.NetCode.dll
    Syntax
    public struct ConcurrentDriverStore

    Methods

    GetConcurrentDriver(int)

    Get the concurrent driver with the given driver id

    Declaration
    public NetworkDriverStore.Concurrent GetConcurrentDriver(int driverId)
    Parameters
    Type Name Description
    int driverId

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

    Returns
    Type Description
    NetworkDriverStore.Concurrent

    the concurrent version of the NetworkdDriverStore

    Exceptions
    Type Condition
    InvalidOperationException

    Throws if driverId is out of range.

    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)