InputManager.IsInMenuMode 속성

정의

ComponentDispatcher가 메뉴 모드에 있는지 여부를 나타내는 값을 가져옵니다.

public:
 property bool IsInMenuMode { bool get(); };
public bool IsInMenuMode { get; }
member this.IsInMenuMode : bool
Public ReadOnly Property IsInMenuMode As Boolean

속성 값

ComponentDispatcher가 메뉴 모드에 있으면 true이고, 그렇지 않으면 false입니다.

설명

속성은 IsInMenuMode 열려 있는 메뉴가 있으면 를 반환 true 하고 열려 있는 메뉴가 없으면 를 반환 false 합니다.

적용 대상