Skip to main content

Meta_TexturedLabelStyle

Module: Metanodes / Definitions

Public Types

TypeName
enumIDX { Idx_BGTexture, Idx_BGTextureRect, Idx_BGTextureRot, Idx_CornerSize, Idx_CornerTextureSize, Idx_TextSize, Idx_TextColour, Idx_Font, Idx_TextPadding, Idx_HAlign, Idx_VAlign, Idx_Borders, Idx_HighlightColour }

Public Types Documentation

enum IDX

EnumeratorValueDescription
Idx_BGTexturelink - The texture to display on the background
Idx_BGTextureRectvec4f - Section of the texture to be used, specified in normalised UV coordinates
Idx_BGTextureRotfloat - Rotation of the texture (degrees)
Idx_CornerSizevec2f - Size of the corners in panel units
Idx_CornerTextureSizevec2f - Size of the corner graphics in the texture, in UV coordinates
Idx_TextSizefloat - Scalar applied to text to control its size
Idx_TextColourvec4f - Text colour; RGBA 0.0f to 1.0f
Idx_Fontlink - Font to use to display the text (Meta_Font)
Idx_TextPaddingvec2f - Padding around text
Idx_HAlignHAlign (int) - How to align the objects horizontally
Idx_VAlignVAlign (int) - How to align the objects vertically
Idx_Bordersvec2f - Padding around the edge of the button
Idx_HighlightColourThe background colour for highlighted text, used in TextBox only.