Meta_GUIPropertyLink
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.
Public Types
Property index.
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 |