ReplaySnapshot.OnReplayDataDeserialize Method

Ultimate Replay

ReplaySnapshotOnReplayDataDeserialize Method
Called by the replay system when this ReplaySnapshot should be deserialized from binary.

Namespace: UltimateReplay.Storage
Assembly: UltimateReplay (in UltimateReplay.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void OnReplayDataDeserialize(
	BinaryReader reader
)

Parameters

reader
Type: System.IOBinaryReader
The binary stream to read the data from
See Also