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

パラメーター

pointWorld coordinates.
pickedAll 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.