PlaybackOrigin Enumeration
From Ultimate Replay
Ultimate Replay Scripting Reference
| PlaybackOrigin Enumeration |
Represents a playback node that can be used to calcualte playback offsets.
Namespace: UltimateReplay
Assembly: UltimateReplay (in UltimateReplay.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public enum PlaybackOrigin
| Member name | Value | Description | |
|---|---|---|---|
| Start | 0 | The start of the playback sequence. | |
| Current | 1 | The current frame in the playback sequence. | |
| End | 2 | The end of the playback sequence. |