Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Remove(VisualElement)

Removes this child from the hierarchy.
Read time 1 minuteLast updated 8 days ago

Definition

public void Remove(VisualElement child)

Parameters

Remarks

This method will first calculate the index of the child, followed by calling the VisualElement.Hierarchy.RemoveAt method to remove it from the hierarchy. If the element is null or not present in the hierarchy, an exception will be thrown.