Package apple.uikit.enums
Class UIInterpolatingMotionEffectType
- java.lang.Object
-
- apple.uikit.enums.UIInterpolatingMotionEffectType
-
public final class UIInterpolatingMotionEffectType extends java.lang.Object---------------------------------------------------------------------
-
-
Field Summary
Fields Modifier and Type Field Description static longHorizontalAxisTracks the device being tilted left/right relative to the viewer.static longVerticalAxisTracks the device being tilted up/down relative to the viewer.
-
-
-
Field Detail
-
HorizontalAxis
public static final long HorizontalAxis
Tracks the device being tilted left/right relative to the viewer. The minimum relative values maps to the device being tilted all the way to the left, the maximum to the right.- See Also:
- Constant Field Values
-
VerticalAxis
public static final long VerticalAxis
Tracks the device being tilted up/down relative to the viewer. The minimum relative values maps to the device being tilted all the way down, the maximum all the way up.- See Also:
- Constant Field Values
-
-