Meta_ImagePanel
Module: Metanodes / Definitions
An ImagePanel displays an image on a GUI in the scene.
#include <meta_gui.hpp>
Public Types
Type | Name |
---|---|
enum | IDX { 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
Enumerator | Value | Description |
---|---|---|
Idx_Enabled | bool - When enabled, this panel and its children are drawn | |
Idx_Position | vec3f - Position of the panel relative to its parent | |
Idx_SizingMode | ||
Idx_Size | vec2f - Size of the panel | |
Idx_Resolution | Unused. | |
Idx_Colour | vec4f - Colour; RGBA 0.0f to 1.0f | |
Idx_Texture | ||
Idx_UVRectangle | link - The image to display | |
Idx_Unpickable | vec4f - The section of the texture to display (UV coordinates) | |
Idx_UseSceneCursor | bool - When true, the cursor falls through this panel | |
Idx_ToolTip | bool - When true, displays the 3D cursor instead of the GUI pointer when pointing at this panel | |
Idx_ToolTipStyle | string - Text to display when hovering |
Property index.