The '''ProtoFluxInputProxy''' component is used to manage the input 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.
== Usage ==
== Fields ==
{{Table ComponentFields
{{Table ComponentFields
|Node|ProtoFluxNode| The ProtoFlux component whose input you wish to proxy.
|Node|ProtoFluxNode| The ProtoFlux component whose input you wish to proxy.
|ElementName|String| The name that appears when you hover this input with a Flux Tool.
|ElementName|String| The name that appears when you hover this input with a Flux Tool.
|IsDynamic|Bool|
|IsDynamic|Bool| Whether this input can be converted by inputting a different type.
|Index|Int|
|Index|Int| The index in a list if this points to a list of inputs/outputs.
|ConnectPoint|Slot| What Slot a wire visual parents itself under.
|ConnectPoint|Slot| What Slot a wire visual parents itself under.
|Wire|{{RootFieldType|CleanupRef`1|[[Component:ProtoFluxWireManager|ProtoFluxWireManager]]}}|TypeAdv5=true| The wire Manager handling the visual for the connection to this connector.
|NodeInput|{{RootFieldType|RelayRef`1|[[Type:ISyncRef|ISyncRef]]}}|TypeAdv6=true| The field on a protoflux node Component this connector is being used as a way to connect to.
Proto Flux Input Proxy component as seen in the Scene Inspector
The ProtoFluxInputProxy component is used to manage the input 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.