ReplaySnapshot Constructor

Ultimate Replay

ReplaySnapshot Constructor
Create a new snapshot with the specified time stamp.

Namespace: UltimateReplay.Storage
Assembly: UltimateReplay (in UltimateReplay.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public ReplaySnapshot(
	float timeStamp
)

Parameters

timeStamp
Type: SystemSingle
The time stamp to give to this snapshot
See Also