RebuildOn(VisualElement)
Creates a new QueryState with the same selection rules, applied on another VisualElement.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Method
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
public UQueryState<T> RebuildOn(VisualElement element)
Parameters
The element on which to apply the selection rules.
Returns
Type | Description |
|---|---|
| UQueryState<T> | A new QueryState with the same selection rules, applied on this element. |