ReplayMemoryTarget Methods

Ultimate Replay

ReplayMemoryTarget Methods

The ReplayMemoryTarget type exposes the following members.

Methods
  Name Description
Public method PrepareTarget
Clears all state information for the current recording essentially restoring the memory target to its initial state.
(Overrides ReplayTargetPrepareTarget(ReplayTargetTask).)
Public method RecordSnapshot
Store a replay snapshot in the replay target. If the new snapshot causes the internal buffer to 'overflow' then the recoding clip will be wrapped so that the recording duration is no more than recordSeconds.
(Overrides ReplayTargetRecordSnapshot(ReplaySnapshot).)
Public method RestoreSnapshot
Recall a snapshot from the replay target based on the specified replay offset.
(Overrides ReplayTargetRestoreSnapshot(Single).)
Top
See Also