docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Delegate GhostComponentSerializer.ReportPredictionErrorsDelegate

    Delegate used by the GhostPredictionDebugSystem, collect and report the prediction error for all the replicated fields.

    Namespace: Unity.NetCode.LowLevel.Unsafe
    Assembly: Unity.NetCode.dll
    Syntax
    public delegate void GhostComponentSerializer.ReportPredictionErrorsDelegate(IntPtr componentData, IntPtr backupData, IntPtr errorsList, int errorsCount)
    Parameters
    Type Name Description
    IntPtr componentData

    Component data

    IntPtr backupData

    Backup data

    IntPtr errorsList

    Errors list

    int errorsCount

    Error count

    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)