ReplaySnapshot.OnReplayDataSerialize Method

Ultimate Replay

ReplaySnapshotOnReplayDataSerialize Method
Called by the replay system when this ReplaySnapshot should be serialized to binary.

Namespace: UltimateReplay.Storage
Assembly: UltimateReplay (in UltimateReplay.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void OnReplayDataSerialize(
	BinaryWriter writer
)

Parameters

writer
Type: System.IOBinaryWriter
The binary stream to write te data to
See Also