Package apple.corehaptics.protocol
Interface CHHapticParameterAttributes
-
public interface CHHapticParameterAttributes[@protocol] CHHapticParameterAttributes A protocol for querying mininum, maximum, and default values for a CHHapticEventParameter or CHHapticDynamicParameter.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description floatdefaultValue()[@property] maxValue The default value for the parameter.floatmaxValue()[@property] maxValue The maximum value for the parameter.floatminValue()[@property] minValue The minimum value for the parameter.
-