Version: 2020.2
언어: 한국어

FocusController

class in UnityEngine.UIElements

매뉴얼로 전환

설명

Class in charge of managing the focus inside a Panel.

Each Panel should have an instance of this class. The instance holds the currently focused VisualElement and is responsible for changing it.

변수

focusedElementThe currently focused VisualElement.

생성자

FocusControllerConstructor.