docs.unity.cn
    Show / Hide Table of Contents

    Delegate GhostComponentSerializer.ReportPredictionErrorsDelegate

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

    Namespace: Unity.NetCode.LowLevel.Unsafe
    Syntax
    public delegate void ReportPredictionErrorsDelegate(IntPtr componentData, IntPtr backupData, IntPtr errorsList, int errorsCount);
    Parameters
    Type Name Description
    IntPtr componentData
    IntPtr backupData
    IntPtr errorsList
    Int32 errorsCount
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Wednesday, June 21, 2023