ReplayScene.RestoreSnapshot Method

Ultimate Replay

ReplaySceneRestoreSnapshot Method
Restore the scene to the state described by the specified snapshot.

Namespace: UltimateReplay.Core
Assembly: UltimateReplay (in UltimateReplay.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void RestoreSnapshot(
	ReplaySnapshot snapshot
)

Parameters

snapshot
Type: UltimateReplay.StorageReplaySnapshot
The snapshot to restore
See Also