Struct TransportFunctionPointer<T> | Unity Transport | 0.3.1-preview.4
docs.unity.cn
    Show / Hide Table of Contents

    Struct TransportFunctionPointer<T>

    Namespace: Unity.Networking.Transport
    Syntax
    public struct TransportFunctionPointer<T>
        where T : Delegate
    Type Parameters
    Name Description
    T

    Constructors

    TransportFunctionPointer(T)

    Declaration
    public TransportFunctionPointer(T executeDelegate)
    Parameters
    Type Name Description
    T executeDelegate
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX