Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

IAccessibilityNotificationDispatcher.SendScreenChanged

Declaration

public void SendScreenChanged(Accessibility.AccessibilityNode nodeToFocus);

Parameters

nodeToFocus Optional node to be focused by the screen reader.

Description

Sends a notification to the screen reader when the screen has changed considerably. An optional parameter can be used to request the screen reader focus on a specific node after processing the notification.