Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


RebuildOn(VisualElement)

Creates a new QueryState with the same selection rules, applied on another VisualElement.
Read time 1 minuteLast updated 10 days ago

Definition

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.