PlaceInFront(VisualElement)
Places this element right after the sibling element in their parent children list. If the element and the sibling position overlap, the element will be visually in front of its sibling.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Method
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
public void PlaceInFront(VisualElement sibling)
Parameters
The sibling element.
Remarks
The elements must be siblings.