Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


parentUI

If the GameObject that this UIDocument component is attached to has a parent GameObject, and that parent GameObject also has a UIDocument component attached to it, this value is set to the parent GameObject's UIDocument component automatically.
Read time 1 minuteLast updated 10 days ago

Definition

public UIDocument parentUI { get; }

Remarks

If a UIDocument has a parent, you cannot add it directly to a panel. Unity adds it to the parent's root visual element instead.