docs.unity.cn
    Show / Hide Table of Contents

    Delegate NetworkSceneManager.OnSynchronizeCompleteDelegateHandler

    Delegate declaration for the OnSynchronizeComplete event.
    See also:
    SynchronizeComplete for more information

    Namespace: Unity.Netcode
    Syntax
    public delegate void OnSynchronizeCompleteDelegateHandler(ulong clientId);
    Parameters
    Type Name Description
    UInt64 clientId

    the client that completed this event

    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Tuesday, September 13, 2022
    Terms of use