Show / Hide Table of Contents

    Delegate ConnectionManager.NotifyClientConnectedDelegate

    Event delegate when a client connects

    Namespace: Engine.Networking
    Assembly: Engine.Networking.dll
    Syntax
    public delegate void NotifyClientConnectedDelegate(NetworkConnection connection);
    Parameters
    Type Name Description
    Unity.Networking.Transport.NetworkConnection connection

    The connected client

    Back to top Elavad Documentation