Component image 
Proto Flux Output Proxy component as seen in the Scene Inspector

The ProtoFluxOutputProxy component is used to manage the output sockets of protoflux nodes, making components become the actual visuals the user uses to interact with protoflux with. Otherwise, users would have to use purely the developer tool.
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 ProtoFlux component whose output you wish to proxy. |
ElementName
|
String | The name that appears when you hover this output with a Flux Tool. |
IsDynamic
|
Bool | Whether this output can be converted by inputting a different type. |
Index
|
Int | The index in a list if this points to a list of outputs. |
ConnectPoint
|
Slot | What Slot a wire visual parents itself under. |
Wire
|
direct CleanupRef`1<ProtoFluxWireManager> | The wire Manager handling the visual for the connection to this connector. |
NodeOutput
|
direct RelayRef`1<ISyncRef> | The field on a protoflux node Component this connector is being used as a way to connect to. |
OutputType
|
direct SyncType | The type of the output this proxy is for. |