Component:ProtoFluxGlobalRefProxy

From Resonite Wiki
Component image 
Proto Flux Global Ref Proxy component as seen in the Scene Inspector

The ProtoFluxGlobalRefProxy component allows for a piece of UI to act as a relay for interacting with global value component.

Fields

Fields
Name Type Description
persistent Bool Determines whether or not this item will be saved to the server.
UpdateOrder Int Controls the order in which this component is updated.
Enabled Bool Controls whether or not this component is enabled. Some components stop their functionality when this field is disabled, but some don't.
Node ProtoFluxNode The node that this is on.
ElementName String the name of the target component.
ValueType direct SyncType The type of the value being held.
_label field drive of String The field to drive with global value properties to make a name.
_proxyVisual Button The Button used for the proxy surrounding visual.
_refProxySource direct RelayRef`1<ReferenceProxySource> The proxy used to get the global ref.
TargetGlobalRef direct RelayRef`1<ISyncRef> The target global reference this visual has been made for.
_currentProxy direct RelayRef`1<IGlobalValueProxy> The current proxy this is using.

Sync Delegates

Triggers
Method Name Method type and Arguments. Is the method hidden? Description
OnProxyButtonPressed:ButtonEventHandler ButtonEventHandler Called when the proxy button is touched on the visual.

Usage

Used in nodes like raw data tool events to show the field for the raw data tool. This is also used to interact with said visual.

Examples

See Also