Skip to main content

Meta_GUI

Module: Metanodes / Definitions

A GUI is a container for other GUI elements such as buttons and stacks. It controls how the GUI is drawn.

#include <meta_gui.hpp>

Public Types

TypeName
enumIDX { Idx_Enabled, Idx_LayerValue, Idx_DepthWrite, Idx_DepthTest, Idx_SubPixelAntiAlias, Idx_Unpickable, Idx_AcceptFocus, Idx_OverrideMaterial, Idx_SupportClipPlanes }
Property index.

Public Types Documentation

enum IDX

EnumeratorValueDescription
Idx_Enabledbool - Whether to draw the GUI
Idx_LayerValuevec2i - Layer to draw in. X = a Layer, Y = offset within the layer (higher values are drawn later)
Idx_DepthWritebool - Whether to write to the depth buffer
Idx_DepthTestbool - Whether to draw with depth testing (false will draw above all previously drawn objects regardless of their depth)
Idx_SubPixelAntiAliasbool - Whether to enable AA
Idx_Unpickablebool - If true, the controls on the GUI cannot be interacted with using input devices
Idx_AcceptFocusbool - Allows controls on the GUI to capture input focus
Idx_OverrideMateriallink - A material to use to override all others
Idx_SupportClipPlanesbool - Should the gui item respond to clip planes

Property index.