docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Delegate NetworkVariableHelper<T>.OnMyValueChangedDelegateHandler

    Delegate defining OnValueChanged.

    Namespace: Unity.Netcode.TestHelpers.Runtime
    Assembly: Unity.Netcode.Runtime.Tests.dll
    Syntax
    public delegate void NetworkVariableHelper<T>.OnMyValueChangedDelegateHandler(T previous, T next)
    Parameters
    Type Name Description
    T previous

    The previous value.

    T next

    The next or current value.

    In This Article
    Back to top
    Copyright © 2025 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)