Delegate GhostComponentSerializer.PredictDeltaDelegate
Calculate the prediction delta for components and buffer. Used for delta-compression.
Namespace: Unity.NetCode.LowLevel.Unsafe
Assembly: Unity.NetCode.dll
Syntax
public delegate void GhostComponentSerializer.PredictDeltaDelegate(IntPtr snapshotData, IntPtr baseline1Data, IntPtr baseline2Data, ref GhostDeltaPredictor predictor)
Parameters
| Type | Name | Description |
|---|---|---|
| IntPtr | snapshotData | |
| IntPtr | baseline1Data | |
| IntPtr | baseline2Data | |
| GhostDeltaPredictor | predictor |