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

IAccessibilityNotificationDispatcher.SendLayoutChanged

Declaration

public void SendLayoutChanged(Accessibility.AccessibilityNode nodeToFocus);

Parameters

nodeToFocus Optional node to be focused by the screen reader.

Description

Sends a notification to the screen reader when the layout of a screen changes (for example, when an individual element appears or disappears). An optional parameter can be used to request the screen reader focus on a specific node after processing the notification.