public UIElements.VisualElement PickAll (Vector2 point, List<VisualElement> picked);

Parámetros

pointWorld coordinates.
pickedAll Visualelements overlapping this position.

Valor de retorno

VisualElement Top VisualElement at the position. Null if none was found.

Descripción

Returns all elements at this position. Will not return elements with pickingMode set to PickingMode.Ignore.