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 |