Skip to content

scrolltype

eisclimber edited this page Apr 4, 2026 · 1 revision

ScrollType

Enum in ExPresSXR.Presentation.Pictures

Inherits from System.Enum

Summary

How automatic scrolling is performed.

public enum ScrollType
{
    ConstantDuration,
    ConstantSpeed,
    PictureSnap
}

Members

Name Description
ConstantDuration Scroll through the images in a constant duration picture data with different lengths.
ConstantSpeed Scroll through the images with a constant speed.
PictureSnap Snap between pictures displaying them a certain duration.

ExPresS XR Wiki

Tutorial Pages

Code Documentation

Clone this wiki locally