Click or drag to resize

VibrationMotorTVibration Class

Inheritance Hierarchy
SystemObject
  Rewired.Platforms.Custom.ControllerComponentsVibrationMotor
    Rewired.Platforms.Custom.ControllerComponentsVibrationMotorTVibration
      Rewired.Platforms.Custom.ControllerComponentsIntensityVibrationMotor

Namespace: Rewired.Platforms.Custom.ControllerComponents
Assembly: Rewired_Core (in Rewired_Core.dll) Version: 1.0.0+fd80194fe28f6b408ce098e98c53850d307c3a32
Syntax
C#
public abstract class VibrationMotor<TVibration> : VibrationMotor

Type Parameters

TVibration

The VibrationMotorTVibration type exposes the following members.

Properties
 NameDescription
Public propertyduration
(Inherited from VibrationMotor)
Public propertyrenewInterval
(Inherited from VibrationMotor)
Public propertyvibration 
Top
Methods
 NameDescription
Public methodClear
(Overrides VibrationMotorClear)
Public methodGetVibration 
Public methodSetVibration 
Public methodUpdate
(Inherited from VibrationMotor)
Top
Events
 NameDescription
Public eventStartEvent
(Inherited from VibrationMotor)
Public eventStopEvent
(Inherited from VibrationMotor)
Top
See Also