docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Delegate UserNetworkVariableSerialization<T>.WriteDeltaDelegate

    The write value delegate handler definition

    Namespace: Unity.Netcode
    Assembly: Unity.Netcode.Runtime.dll
    Syntax
    public delegate void UserNetworkVariableSerialization<T>.WriteDeltaDelegate(FastBufferWriter writer, in T value, in T previousValue)
    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

    T previousValue
    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)