IReplayPreparer.PrepareForPlayback Method

Ultimate Replay

IReplayPreparerPrepareForPlayback Method
Prepares the specified replay object for playback. The implementing type should ensure that all game systems likley to affect the replay object during playback are suitable disabled in order to avoid glitching or unpredicted behaviour. This method will be called for each replay object that must be prepared.

Namespace: UltimateReplay.Core
Assembly: UltimateReplay (in UltimateReplay.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
void PrepareForPlayback(
	ReplayObject replayObject
)

Parameters

replayObject
Type: UltimateReplayReplayObject
The replay object that should be prepared
See Also