ReplayScene.RecordSnapshot Method

Ultimate Replay

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: ReplaySnapshot
A new snapshot of the current replay scene
See Also