This version of Unity is unsupported.

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.