Google cardBoard Android API (十七):Enums--CardboardDeviceParams.VerticalAlignmentType

CardboardDeviceParams.VerticalAlignmentType

public static final enum  CardboardDeviceParams.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 CardboardDeviceParams.VerticalAlignmentType BOTTOM

Phone rests against a fixed bottom tray.

public static final CardboardDeviceParams.VerticalAlignmentType CENTER

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

public static final CardboardDeviceParams.VerticalAlignmentType TOP

Phone rests against a fixed top tray.

你可能感兴趣的:(Google cardBoard Android API (十七):Enums--CardboardDeviceParams.VerticalAlignmentType)