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

VisualElement.FindAncestorUserData

Declaration

public object FindAncestorUserData();

Description

Searches up the hierarchy of this VisualElement and retrieves stored userData, if any is found.

This ignores the current userData and returns the first parent's non-null userData.