Component:ProtoFluxNodeVisual

From Resonite Wiki
Component image 
File:ProtoFluxNodeVisualComponent.png
Proto Flux Node Visual component as seen in the Scene Inspector

The ProtoFluxNodeVisual component is used to manage the visuals and interaction with ProtoFlux nodes when they are unpacked.

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 direct RelayRef`1<ProtoFluxNode> The protoflux node this is a visual for.
IsSelected Bool Whether or not this node is selected.
IsHighlighted Bool Whether or not this node is highlighted.
_nodeHoverArea HoverArea The Hover interaction area for this visual.
_bgImage Image The background image for tye protoflux visual.
_inputsRoot Slot The root of the different slots for node inputs.
_outputsRoot Slot The root of the different slots for node outputs.
_referencesRoot Slot The slot for references to other nodes like arrows for protoflux variables/globals.
_overviewVisual field drive of Bool The field for enabling the overview alt version of this node.
_overviewBg field drive of ColorX The BG color of the overview version of the visual.
_labelBg field drive of Bool The enabled field of the label BG.
_labelText field drive of Bool The enabled field of the label text.

Usage

Examples

See Also