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