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
      float defaultValue()
      [@property] maxValue The default value for the parameter.
      float maxValue()
      [@property] maxValue The maximum value for the parameter.
      float minValue()
      [@property] minValue The minimum value for the parameter.
    • Method Detail

      • defaultValue

        float defaultValue()
        [@property] maxValue The default value for the parameter.
      • maxValue

        float maxValue()
        [@property] maxValue The maximum value for the parameter.
      • minValue

        float minValue()
        [@property] minValue The minimum value for the parameter.