UIInterpolatingMotionEffectType Enum

Definition

An enumeration whose values specify the axis being monitored by a UIInterpolatingMotionEffect.

[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum UIInterpolatingMotionEffectType
type UIInterpolatingMotionEffectType = 
Inheritance
UIInterpolatingMotionEffectType
Attributes

Fields

TiltAlongHorizontalAxis 0

Interpolates values along the horizontal axis, involving the device facing left or right relative to the user's viewpoint.

TiltAlongVerticalAxis 1

Interpolates along the vertical axis, involving the device facing above or below theuser's viewpoint.

Applies to