(One intermediate revision by one other user not shown)
Line 3:
Line 3:
|Name=Proto Flux Reference Proxy
|Name=Proto Flux Reference Proxy
}}
}}
{{stub}}
The '''ProtoFluxReferenceProxy''' component is used to usually manage global references like on write node write targets and the monitoring slot on the slot events node.
|_refProxySource|{{RootFieldType|RelayRef`1|[[Component:ReferenceProxySource|ReferenceProxySource]]}}|TypeAdv5=true| the component that handles grabbing the value of the field this points to via UIX.
|NodeReference|{{RootFieldType|RelayRef`1|[[Type:ISyncRef|ISyncRef]]}}|TypeAdv6=true| The node the value field points to, if it should point to a protoflux node like for a write node.
|Arrow|{{RootFieldType|CleanupRef`1|[[Component:ProtofluxArrowManager|ProtofluxArrowManager]]}}|TypeAdv7=true| the arrow pointing to a protoflux node if the value field's value points to a protoflux node.
|ConnectPoint|Slot|
|ConnectPoint|Slot| The slot that should act as the connector point.
|_currentName|{{RootFieldType|RelayRef`1|[[Type:IValue`1|IValue`1]]<[[Type:String|String]]>}}|TypeAdv9=true| The field to drive with the current name of the value that this component's value field is pointing to.
|_selfHovering|{{RootFieldType|RelayRef`1|[[Type:IValue`1|IValue`1]]<[[Type:Bool|Bool]]>}}|TypeAdv10=true| The field to drive with whether or not this element is being hovered over.
|_targetHovering|{{RootFieldType|RelayRef`1|[[Type:IValue`1|IValue`1]]<[[Type:Bool|Bool]]>}}|TypeAdv11=true| The field to drive with whether or not the element this is targeting is a node and is being hovered over.
|_arrowManagerEnabled|{{RootFieldType|FieldDrive`1|[[Type:Bool|Bool]]}}|TypeAdv12=true| The field to drive in order to enable/disable the arrow manager.
|_arrowRendererEnabled|{{RootFieldType|FieldDrive`1|[[Type:Bool|Bool]]}}|TypeAdv13=true| The field to drive in order to enable/disable the arrow manager's arrow visual.
Proto Flux Reference Proxy component as seen in the Scene Inspector
The ProtoFluxReferenceProxy component is used to usually manage global references like on write node write targets and the monitoring slot on the slot events node.