ReplayState.Write Method (ReplayIdentity)

Ultimate Replay

ReplayStateWrite Method (ReplayIdentity)
Write the specified replay identity to this ReplayState.

Namespace: UltimateReplay
Assembly: UltimateReplay (in UltimateReplay.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void Write(
	ReplayIdentity identity
)

Parameters

identity
Type: UltimateReplay.CoreReplayIdentity
The identity to write
See Also