Skip to main content

Meta_TextBox

Module: Metanodes / Definitions

Public Types

TypeName
enumIDX { Idx_Enabled, Idx_Position, Idx_SizingMode, Idx_Size, Idx_Text, Idx_Editable, Idx_Multiline, Idx_AutoWrap, Idx_Style, Idx_Hint, Idx_ToolTip, Idx_ToolTipStyle }

Public Types Documentation

enum IDX

EnumeratorValueDescription
Idx_Enabledbool - When enabled, draws itself and its children
Idx_Positionvec3f - Position of the panel relative to its parent
Idx_SizingModeSizingMode (int) - How the panel sizes itself in respect to its contents
Idx_Sizevec2f - Size of the panel, when SizingMode==Fixed
Idx_Textstring - Text to display
Idx_Editable
Idx_Multilinebool - Specifies whether the return key will add a new line
Idx_AutoWrapbool - Specifies whether or not the text should auto wrap
Idx_Stylelink - Style to apply to the label (Meta_LabelStyle)
Idx_Hintstring - Hint text to display when empty
Idx_ToolTipstring - Text that should appear when hovering
Idx_ToolTipStyle