docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Delegate NetworkPipelineStage.InitializeConnectionDelegate

    Type of the method used to initialize connections.

    Namespace: Unity.Networking.Transport
    Assembly: Unity.Networking.Transport.dll
    Syntax
    public delegate void NetworkPipelineStage.InitializeConnectionDelegate(byte* staticInstanceBuffer, int staticInstanceBufferLength, byte* sendProcessBuffer, int sendProcessBufferLength, byte* recvProcessBuffer, int recvProcessBufferLength, byte* sharedProcessBuffer, int sharedProcessBufferLength)
    Parameters
    Type Name Description
    byte* staticInstanceBuffer
    int staticInstanceBufferLength
    byte* sendProcessBuffer
    int sendProcessBufferLength
    byte* recvProcessBuffer
    int recvProcessBufferLength
    byte* sharedProcessBuffer
    int sharedProcessBufferLength
    In This Article
    Back to top
    Copyright © 2024 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)