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 |