Skip to main content

Meta_ImagePanel

Module: Metanodes / Definitions

An ImagePanel displays an image on a GUI in the scene.

#include <meta_gui.hpp>

Public Types

TypeName
enumIDX { Idx_Enabled, Idx_Position, Idx_SizingMode, Idx_Size, Idx_Resolution, Idx_Colour, Idx_Texture, Idx_UVRectangle, Idx_Unpickable, Idx_UseSceneCursor, Idx_ToolTip, Idx_ToolTipStyle }
Property index.

Public Types Documentation

enum IDX

EnumeratorValueDescription
Idx_Enabledbool - When enabled, this panel and its children are drawn
Idx_Positionvec3f - Position of the panel relative to its parent
Idx_SizingMode
Idx_Sizevec2f - Size of the panel
Idx_ResolutionUnused.
Idx_Colourvec4f - Colour; RGBA 0.0f to 1.0f
Idx_Texture
Idx_UVRectanglelink - The image to display
Idx_Unpickablevec4f - The section of the texture to display (UV coordinates)
Idx_UseSceneCursorbool - When true, the cursor falls through this panel
Idx_ToolTipbool - When true, displays the 3D cursor instead of the GUI pointer when pointing at this panel
Idx_ToolTipStylestring - Text to display when hovering

Property index.