docs.unity3d.com
    Show / Hide Table of Contents

    Delegate UserNetworkVariableSerialization<T>.ReadValueDelegate

    The read value delegate handler definition

    Namespace: Unity.Netcode
    Syntax
    public delegate void ReadValueDelegate(FastBufferReader reader, out T value);
    Parameters
    Type Name Description
    FastBufferReader reader

    The FastBufferReader to read the value of type T

    T value

    The value of type T to be read

    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on 26 October 2023