Struct InitiateUserAccountPairingCommand
Device command to instruct the underlying platform to pair a user account to the targeted device.
Assembly: Unity.InputSystem.dll
public struct InitiateUserAccountPairingCommand : IInputDeviceCommandInfo
Fields
Declaration
public InputDeviceCommand baseCommand
Field Value
Properties
Declaration
public static FourCC Type { 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 InitiateUserAccountPairingCommand Create()
Returns
Implements