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

AccessibilityHierarchy.RefreshNodeFrames

Declaration

public void RefreshNodeFrames();

Description

Refreshes all the node frames (i.e. the screen elements' positions) for the hierarchy.

Calling this method sends a notification to the operating system that the layout has changed, by calling IAccessibilityNotificationDispatcher.SendLayoutChanged (with a null parameter).

Additional resources: AccessibilityNode.frame, AccessibilityNode.frameGetter