Skip to main content

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

TypeName
enumIDX { Idx_Enabled, Idx_Node, Idx_Property, Idx_Attribute }
Property index.

Public Types Documentation

enum IDX

EnumeratorValueDescription
Idx_Enabled
Idx_Nodebool - Whether the link is enabled
Idx_Propertylink - The node to connect the gui control to
Idx_Attributestring - 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.