IPanel

interface in UnityEngine.UIElements

Cambiar al Manual

Descripción

Interface for classes implementing UI panels.

Variables

contextTypeDescribes in which context a VisualElement hierarchy is being ran.
contextualMenuManagerThe Contextual menu manager for the panel.
dispatcherThis Panel EventDispatcher.
focusControllerReturn the focus controller for this panel.
visualTreeRoot of the VisualElement hierarchy.

Funciones Públicas

PickReturns the top element at this position. Will not return elements with pickingMode set to PickingMode.Ignore.
PickAllReturns all elements at this position. Will not return elements with pickingMode set to PickingMode.Ignore.