Click or drag to resize

IControllerVibrator Interface

Interface for controller vibration.

Namespace:  Rewired.Interfaces
Assembly:  Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public interface IControllerVibrator

The IControllerVibrator type exposes the following members.

Properties
  NameDescription
Public propertyvibrationMotorCount
Number of vibration motors in the controller.
Top
Methods
  NameDescription
Public methodGetVibration
Gets vibration level for a motor at a specified index.
Public methodSetVibration(Int32, Single)
Sets vibration level for a motor at a specified index.
Public methodSetVibration(Int32, Single, Boolean)
Sets vibration level for a motor at a specified index.
Public methodSetVibration(Int32, Single, Single)
Sets vibration level for a motor at a specified index with a timeout.
Public methodSetVibration(Int32, Single, Single, Boolean)
Sets vibration level for a motor at a specified index with a timeout.
Public methodStopVibration
Stops vibration on all motors.
Top
See Also