Struct SendBufferedHapticCommand
Implements
Namespace: UnityEngine.InputSystem.XR.Haptics
Assembly: Unity.InputSystem.dll
Syntax
public struct SendBufferedHapticCommand : IInputDeviceCommandInfo
Properties
typeStatic
The data format identifier of the device command as a FourCC code.
Declaration
public FourCC typeStatic { get; }
Property Value
| Type | Description |
|---|---|
| FourCC |
Methods
Create(byte[])
Declaration
public static SendBufferedHapticCommand Create(byte[] rumbleBuffer)
Parameters
| Type | Name | Description |
|---|---|---|
| byte[] | rumbleBuffer |
Returns
| Type | Description |
|---|---|
| SendBufferedHapticCommand |