Ultimate Replay Scripting Reference
ReplaySceneRecordSnapshot Method |
Take a snapshot of the current replay scene using the specified timestamp.
Namespace: UltimateReplay.Core
Assembly: UltimateReplay (in UltimateReplay.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public ReplaySnapshot RecordSnapshot( float timeStamp )
Parameters
- timeStamp
- Type: SystemSingle
The timestamp for the frame indicating its position in the playback sequence
Return Value
Type: ReplaySnapshotA new snapshot of the current replay scene
See Also