Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


AssistiveSupport.ScreenReaderStatusOverride

Options to determine the status of the screen reader.
Read time 1 minuteLast updated 10 days ago

Definition

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

ForceDisabledThe screen reader is considered disabled, regardless of the status given by the operating system.
ForceEnabledThe screen reader is considered enabled, regardless of the status given by the operating system.
OSDrivenThe screen reader status is determined by the operating system.