Version: 2021.1
언어: 한국어
public UIElements.VisualElement PickAll (Vector2 point, List<VisualElement> picked);

파라미터

point World coordinates.
picked All Visualelements overlapping this position.

반환

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

설명

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