XRPlaybackProperties#

Type alias XRPlaybackProperties

XRPlaybackProperties: {
    originalFPS: number;
    totalFrames: number;
}

The playback properties of an XR sequence.

Type declaration

  • originalFPS: number

    The original FPS of the sequence

  • totalFrames: number

    The total amount of frames in the sequence