docs.unity3d.com
    Show / Hide Table of Contents

    Enum TransportType

    The transport category/type use by a NetworkDriver.

    Namespace: Unity.NetCode
    Syntax
    public enum TransportType

    Fields

    Name Description Value
    Invalid

    Not configured, or unsupported tramsport interface. The transport type for a registered driver instance is always valid, unless the driver creation fail.


    0
    IPC

    An inter-process like communication channel with 0 latency and guaratee delivery.


    1
    Socket

    A socket based communication channel. WebSocket, UDP, TCP or any similar communication channel fit that category.


    2
    In This Article
    • Fields
    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