public int IndexOf (UIElements.VisualElement element);

파라미터

elementThe child to return the index for.

반환

int The index of the child, or -1 if the child is not found.

설명

Retrieves the child index of the specified VisualElement.