Enum QueryPairedUserAccountCommand.Result
Namespace: UnityEngine.Experimental.Input.LowLevel
Syntax
public enum Result : long
Fields
| Name | Description |
|---|---|
| DevicePairedToUserAccount | The device is currently paired to a user account. |
| NotSupported | |
| UserAccountSelectionCancelled | The system had been displaying a prompt |
| UserAccountSelectionComplete | User account selection complated. |
| UserAccountSelectionInProgress | The system is currently displaying a prompt for the user to select an account to use the device with. |