docs.unity3d.com
    Show / Hide Table of Contents

    Delegate UserNetworkVariableSerialization<T>.WriteValueDelegate

    The write value delegate handler definition

    Namespace: Unity.Netcode
    Syntax
    public delegate void WriteValueDelegate(FastBufferWriter writer, in T value);
    Parameters
    Type Name Description
    FastBufferWriter writer

    The FastBufferWriter to write the value of type T

    T value

    The value of type T to be written

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