Ultimate Replay Scripting Reference
ReplayTargetRecordSnapshot Method |
Store a replay snapshot in the replay target.
Namespace: UltimateReplay.Storage
Assembly: UltimateReplay (in UltimateReplay.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public abstract void RecordSnapshot( ReplaySnapshot state )
Parameters
- state
- Type: UltimateReplay.StorageReplaySnapshot
The snapshot to store
See Also