ReplayMemoryTarget.RestoreSnapshot Method

Ultimate Replay

ReplayMemoryTargetRestoreSnapshot Method
Recall a snapshot from the replay target based on the specified replay offset.

Namespace: UltimateReplay.Storage
Assembly: UltimateReplay (in UltimateReplay.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public override ReplaySnapshot RestoreSnapshot(
	float offset
)

Parameters

offset
Type: SystemSingle
The offset pointing to the individual snapshot to recall

Return Value

Type: ReplaySnapshot
The replay snapshot at the specified offset
See Also