Field RestoreFromBackup
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: solution.dll
Syntax
public PortableFunctionPointer<GhostComponentSerializer.RestoreFromBackupDelegate> RestoreFromBackup
Returns
Type | Description |
---|---|
PortableFunctionPointer<GhostComponentSerializer.RestoreFromBackupDelegate> |