Version: 2020.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.