AssistiveSupport.ScreenReaderStatusOverride
Options to determine the status of the screen reader.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Enum
- Namespace: UnityEngine.Accessibility
- Assembly: UnityEngine.AccessibilityModule
public enum AssistiveSupport.ScreenReaderStatusOverride : byte
Remarks
You can use the values in this enumeration to set _screenReaderStatusOverride and force _isScreenReaderEnabled to return a specific value.
Fields
Value | Description |
|---|---|
| ForceDisabled | The screen reader is considered disabled, regardless of the status given by the operating system. |
| ForceEnabled | The screen reader is considered enabled, regardless of the status given by the operating system. |
| OSDriven | The screen reader status is determined by the operating system. |