enum PanelInputType : System.Enum

book_4_sparkGenerated
code_blocksInput

Description

The PanelInputType enumeration in the Sandbox.UI namespace defines the types of input handling for UI panels. It allows you to specify whether the input should be handled by the UI system or redirected to the game's input system.

Members

Fields

Member Name Summary
UI Regular expected behaviour.
Game Redirect to the game's Input system.