Interface Rumbler


public interface Rumbler
A Rumbler is a controller's mechanism for delivering feedback to the user through the device.
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the axis identifier the rumbler is attached to
    Get the string name of the axis the rumbler is attached to
    void
    rumble(float intensity)
    Rumble with the specified intensity.
  • Method Details

    • rumble

      void rumble(float intensity)
      Rumble with the specified intensity.
    • getAxisName

      String getAxisName()
      Get the string name of the axis the rumbler is attached to
      Returns:
      The axis name
    • getAxisIdentifier

      Component.Identifier getAxisIdentifier()
      Get the axis identifier the rumbler is attached to
      Returns:
      The axis identifier