GvrViewerParams.VerticalAlignmentType

  • GvrViewerParams.VerticalAlignmentType is an enum defining how the phone display is vertically aligned with the lenses in VR.

  • It provides three alignment options: BOTTOM, CENTER, and TOP, indicating how the phone is positioned within the viewer.

  • This enum inherits standard methods from java.lang.Enum, java.lang.Object, and java.lang.Comparable for object comparison and manipulation.

public static final enum GvrViewerParams.VerticalAlignmentType

Enum indicating the strategy for aligning the phone display vertically with respect to center of the lenses.

Inherited Methods

Enum Values

public static final GvrViewerParams.VerticalAlignmentType BOTTOM

Phone rests against a fixed bottom tray.

public static final GvrViewerParams.VerticalAlignmentType CENTER

Phone screen assumed to be centered w.r.t. lenses.

public static final GvrViewerParams.VerticalAlignmentType TOP

Phone rests against a fixed top tray.