XRPlaybackProperties

Interface XRPlaybackProperties

The playback properties of an XR sequence.

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

Properties

originalFPS: number

The original FPS of the sequence

totalFrames: number

The total amount of frames in the sequence




Was this page helpful? Please leave a thumbs up or down.