Skip to main content

Meta_BufferedStack

Module: Metanodes / Definitions

A BufferedStack is a stack that renders its contents into a texture internally to improve performance.

#include <meta_gui.hpp>

Public Types

TypeName
enumIDX { Idx_Enabled, Idx_Position, Idx_SizingMode, Idx_Size, Idx_Direction, Idx_HAlign, Idx_VAlign, Idx_Gap, Idx_Style, Idx_Resolution, Idx_MipmapEnabled }
Property index.

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_DirectionDirection (int) - The direction to stack the child objects
Idx_HAlignHAlign (int) - How to align the objects horizontally
Idx_VAlignVAlign (int) - How to align the objects vertically
Idx_Gapfloat - Specifies the gap size between objects (padding)
Idx_Stylelink - A Panel style (Meta_ColouredPanelStyle, Meta_GradientPanelStyle, Meta_TexturedPanelStyle)
Idx_Resolutionfloat Specifies the resolution of the frame buffer object used to render this stack
Idx_MipmapEnabledbool When enabled, generates mipmaps to improve quality when rendering at smaller sizes

Property index.