Delegate GhostComponentSerializer.ReportPredictionErrorsDelegate
Namespace: Unity.NetCode.LowLevel.Unsafe
Syntax
public delegate void ReportPredictionErrorsDelegate(IntPtr componentData, IntPtr backupData, ref UnsafeList<float> errors);
Parameters
| Type | Name | Description |
|---|---|---|
| IntPtr | componentData | |
| IntPtr | backupData | |
| UnsafeList<Single> | errors |