Ultimate Replay Scripting Reference
ReplayTargetRestoreSnapshot 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 abstract ReplaySnapshot RestoreSnapshot( float offset )
Parameters
- offset
- Type: SystemSingle
The offset pointing to the individual snapshot to recall
Return Value
Type: ReplaySnapshotThe replay snapshot at the specified offset
See Also