Enum InputUserChange
Indicates what type of change related to an InputUser occurred.
Namespace: UnityEngine.InputSystem.Users
Syntax
public enum InputUserChange
Fields
Name | Description |
---|---|
AccountChanged | A user has either switched accounts at the platform level. |
AccountNameChanged | |
AccountSelectionCanceled | The user canceled the account selection process that was initiated. |
AccountSelectionComplete | The user completed the account selection process. |
AccountSelectionInProgress | The user was asked to select an account during the device pairing process. |
Added | A new user was added to the system. |
BindingsChanged | |
ControlSchemeChanged | A user switched to a different control scheme. |
DeviceLost | A device was removed while paired to the user. |
DevicePaired | A user has had a device assigned to it. |
DeviceRegained | A device that was previously lost (DeviceLost) was regained by the user. |
DeviceUnpaired | A user has had a device removed from it. |
Removed | An existing user was removed from the user. |
SettingsChanged | A setting in the user's InputUserSettings has changed. |