Namespace UnityEngine.Internal.Experimental.UIElements
Classes
PanelWrapper
Panel
being internal, this wrapper is used in Graphics Tests to perform basic operations that would
otherwise only be possible with reflection. We prefer to avoid using reflection because it is cumbersome and
only detected at runtime which would add latency to the development process.