ReplayManager.CurrentPlaybackTimeNormalized Property

Ultimate Replay

ReplayManagerCurrentPlaybackTimeNormalized Property
Get the current playback time as a normalized value between 0-1. 0 represents the starting frame of the recording and 1 represents the very last frame of the recording.

Namespace: UltimateReplay
Assembly: UltimateReplay (in UltimateReplay.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static float CurrentPlaybackTimeNormalized { get; }

Property Value

Type: Single
See Also