Meta_GUIPropertyLink
Module: Metanodes / Definitions
A GUIPropertyLink is a simple way of connecting Meta_Button, Meta_Slider, and Meta_ScrollBar toggle / change events to other node properties without using a Meta_EventHandler. This is a two-way link.
#include <meta_gui.hpp>
Public Types
| Type | Name |
|---|---|
| enum | IDX { Idx_Enabled, Idx_Node, Idx_Property, Idx_Attribute } Property index. |
Public Types Documentation
enum IDX
| Enumerator | Value | Description |
|---|---|---|
| Idx_Enabled | ||
| Idx_Node | bool - Whether the link is enabled | |
| Idx_Property | link - The node to connect the gui control to | |
| Idx_Attribute | string - The name of the property on the node to connect to int - Specifies the index within the property value, if it is an array-type property |
Property index.