Delegate GhostComponentSerializer.RestoreFromBackupDelegate
Delegate method used to restore the state of a replicated component from the GhostPredictionHistoryState buffer. Because the history buffer perform a memory copy of the whole component data, it is necessary to call this method to ensure only the replicated portion of the component is actually restored.
Namespace: Unity.NetCode.LowLevel.Unsafe
Assembly: Unity.NetCode.dll
Syntax
public delegate void GhostComponentSerializer.RestoreFromBackupDelegate(IntPtr componentData, IntPtr backupData)
Parameters
Type | Name | Description |
---|---|---|
IntPtr | componentData | |
IntPtr | backupData |