GUIPanelFlags
enum ForceEditor.GUIPanelFlags : int
Description
EditorPanelFlags change the behaviour of panel.
Properties
None
NoTitleBar
Disable title-bar.
NoResize
Disable resizing.
NoMove
Disable moving.
NoScrollBar
Disable scroll bar.
NoBackground
Disable panel background.
NoInputs
Disable panel inputs from mouse and keyboard.
NoDock
Disable panel dock to other windows/panels.
Last updated