Struct GetCurrentHapticStateCommand
Assembly: Unity.InputSystem.dll
public struct GetCurrentHapticStateCommand : IInputDeviceCommandInfo
Fields
Declaration
public uint samplesAvailable
Field Value
Declaration
public uint samplesQueued
Field Value
Properties
Declaration
public HapticState currentState { get; }
Property Value
The data format identifier of the device command as a FourCC code.
Declaration
public FourCC typeStatic { get; }
Property Value
Methods
Declaration
public static GetCurrentHapticStateCommand Create()
Returns
Implements