docs.unity.cn
    Show / Hide Table of Contents

    Delegate UserNetworkVariableSerialization<T>.DuplicateValueDelegate

    The read value delegate handler definition

    Namespace: Unity.Netcode
    Syntax
    public delegate void DuplicateValueDelegate(in T value, ref T duplicatedValue);
    Parameters
    Type Name Description
    T value

    The value of type T to be read

    T duplicatedValue
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Thursday, July 27, 2023