Experimental: this API is experimental and might be changed or removed in the future.

VisualElement.Hierarchy.IndexOf

매뉴얼로 전환
public int IndexOf (Experimental.UIElements.VisualElement element);

파라미터

elementThe element to return the index for.

반환

int Returns the index of the element, or -1 if the element is not found.

설명

Retrieves the index of the specified VisualElement in the Hierarchy.