The identifier that reveals the type of property associated with a dynamic parameter.
SDKs
- iOS 13.0+
- Mac Catalyst 13.0+
Framework
- Core Haptics
Declaration
struct ID
The identifier that reveals the type of property associated with a dynamic parameter.
SDKs
Framework
struct ID
static let haptic Intensity Control: CHHaptic Dynamic Parameter .ID
A dynamic parameter to change the strength of a haptic pattern.
static let haptic Sharpness Control: CHHaptic Dynamic Parameter .ID
A dynamic parameter to change the sharpness of a haptic pattern.
static let haptic Attack Time Control: CHHaptic Dynamic Parameter .ID
A dynamic parameter to change the time when a haptic pattern's intensity begins increasing.
static let haptic Decay Time Control: CHHaptic Dynamic Parameter .ID
A dynamic parameter to change the time when a haptic pattern's intensity begins decreasing.
static let haptic Release Time Control: CHHaptic Dynamic Parameter .ID
A dynamic parameter to change the time at which to begin fading the haptic pattern.
static let audio Brightness Control: CHHaptic Dynamic Parameter .ID
A dynamic parameter to change the high-frequency content of an audio signal.
static let audio Volume Control: CHHaptic Dynamic Parameter .ID
A dynamic parameter to change the volume or loudness of an audio signal.
static let audio Pan Control: CHHaptic Dynamic Parameter .ID
A dynamic parameter to change the pan of an audio signal.
static let audio Pitch Control: CHHaptic Dynamic Parameter .ID
A dynamic parameter to change the pitch of an audio signal.
static let audio Attack Time Control: CHHaptic Dynamic Parameter .ID
A dynamic parameter to change the time when an audio signal's amplitude begins increasing.
static let audio Decay Time Control: CHHaptic Dynamic Parameter .ID
A dynamic parameter to change the time when an audio signal's amplitude begins decreasing.
static let audio Release Time Control: CHHaptic Dynamic Parameter .ID
A dynamic parameter to change the time when an audio signal begins fading.
init(raw Value: String)
Creates a dynamic property ID from its raw string value.
init(parameter ID: CHHaptic Dynamic Parameter .ID, value: Float, relative Time: Time Interval)
Creates a dynamic parameter from its ID, value, and start time.