Version: 2020.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.