docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Delegate UserNetworkVariableSerialization<T>.ReadDeltaDelegate

    The read value delegate handler definition

    Namespace: Unity.Netcode
    Assembly: Unity.Netcode.Runtime.dll
    Syntax
    public delegate void UserNetworkVariableSerialization<T>.ReadDeltaDelegate(FastBufferReader reader, ref 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

    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)