public UQueryState<T> RebuildOn (UIElements.VisualElement element);

Parameters

elementThe element on which to apply the selection rules.

Returns

UQueryState<T> A new QueryState with the same selection rules, applied on this element.

Description

Creates a new QueryState with the same selection rules, applied on another VisualElement.