docs.unity3d.com
    Show / Hide Table of Contents

    Interface INetworkStreamDriverConstructor

    Provides an interface that overrides the ability to create your own drivers and pipelines

    Namespace: Unity.Netcode.Transports.UTP
    Syntax
    public interface INetworkStreamDriverConstructor

    Methods

    CreateDriver(UnityTransport, out NetworkDriver, out NetworkPipeline, out NetworkPipeline, out NetworkPipeline)

    Creates the internal NetworkDriver

    Declaration
    void CreateDriver(UnityTransport transport, out NetworkDriver driver, out NetworkPipeline unreliableFragmentedPipeline, out NetworkPipeline unreliableSequencedFragmentedPipeline, out NetworkPipeline reliableSequencedPipeline)
    Parameters
    Type Name Description
    UnityTransport transport

    The owner transport

    NetworkDriver driver

    The driver

    NetworkPipeline unreliableFragmentedPipeline

    The UnreliableFragmented NetworkPipeline

    NetworkPipeline unreliableSequencedFragmentedPipeline

    The UnreliableSequencedFragmented NetworkPipeline

    NetworkPipeline reliableSequencedPipeline

    The ReliableSequenced NetworkPipeline

    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