Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
public struct DualMotorRumbleCommand : IInputDeviceCommandInfo
Fields
Declaration
public InputDeviceCommand baseCommand
Field Value
Declaration
public float highFrequencyMotorSpeed
Field Value
Type |
Description |
System.Single |
|
Declaration
public const int kSize = 16
Field Value
Type |
Description |
System.Int32 |
|
Declaration
public float lowFrequencyMotorSpeed
Field Value
Type |
Description |
System.Single |
|
Properties
Declaration
public static FourCC Type { get; }
Property Value
Methods
Declaration
public static DualMotorRumbleCommand Create(float lowFrequency, float highFrequency)
Parameters
Type |
Name |
Description |
System.Single |
lowFrequency |
|
System.Single |
highFrequency |
|
Returns
Declaration
public FourCC GetTypeStatic()
Returns
Implements