docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Delegate GhostPredictionSmoothing.SmoothingActionDelegate

    All the smoothing action must have this signature. The smoothing actions must also be burst compatible.

    Namespace: Unity.NetCode
    Assembly: Unity.NetCode.dll
    Syntax
    public delegate void GhostPredictionSmoothing.SmoothingActionDelegate(IntPtr currentData, IntPtr previousData, IntPtr userData)
    Parameters
    Type Name Description
    IntPtr currentData

    Current data

    IntPtr previousData

    Previous data

    IntPtr userData

    User data

    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)