docs.unity.cn
    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
    Generated by DocFX
    on Friday, April 21, 2023
    Terms of use