Ultimate Replay Scripting Reference
ReplayManagerSetPlaybackFrameNormalized Method |
Use this method to specify where in the replay sequence the playback should start.
This method accepts normalized offsets values between 0 and 1 and performs validation before using the value.
Namespace: UltimateReplay
Assembly: UltimateReplay (in UltimateReplay.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static void SetPlaybackFrameNormalized( float normalizedOffset, PlaybackOrigin origin = PlaybackOrigin.Start )
Parameters
- normalizedOffset
- Type: SystemSingle
The normalized value representing the offset from the specified origin to start the playback from - origin (Optional)
- Type: UltimateReplayPlaybackOrigin
The playback node to take the offset from. If End is specified then the offset value will be used as a negative offset
See Also