Class ControllerHandler.RumbleState
- Namespace
- Global
- Assembly
- Assembly-CSharp.dll
public class ControllerHandler.RumbleState : ExtEnum<ControllerHandler.RumbleState>, IComparable, IEquatable<ControllerHandler.RumbleState>
- Inheritance
-
ControllerHandler.RumbleState
- Implements
- Inherited Members
Constructors
RumbleState(string, bool)
public RumbleState(string value, bool register = false)
Parameters
Fields
EndingRest
public static readonly ControllerHandler.RumbleState EndingRest
Field Value
Off
public static readonly ControllerHandler.RumbleState Off
Field Value
Pulsing
public static readonly ControllerHandler.RumbleState Pulsing
Field Value
Resting
public static readonly ControllerHandler.RumbleState Resting
Field Value
Rumbling
public static readonly ControllerHandler.RumbleState Rumbling
Field Value
StartingRest
public static readonly ControllerHandler.RumbleState StartingRest