Interface IInputDeviceCommandInfo
Interface implemented by all input device command structs which reports the data format identifier of the command.
Namespace: UnityEngine.InputSystem.LowLevel
Assembly: Unity.InputSystem.dll
Syntax
public interface IInputDeviceCommandInfo
Properties
typeStatic
The data format identifier of the device command as a FourCC code.
Declaration
FourCC typeStatic { get; }
Property Value
Type | Description |
---|---|
FourCC |