Version: 2021.1
언어: 한국어

IPanel

interface in UnityEngine.UIElements

매뉴얼로 전환

설명

Interface for classes implementing UI panels.

변수

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.

Public 함수

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.