Component:ProtoFluxOperationProxy: Difference between revisions

From Resonite Wiki
Automated: update Fields
add info
 
Line 3: Line 3:
|Name=Proto Flux Operation Proxy
|Name=Proto Flux Operation Proxy
}}
}}
{{stub}}
The '''ProtoFluxOperationProxy''' component is used to allow plugging impulse wires into protoflux visuals.


== Usage ==
== Fields ==
{{Table ComponentFields
{{Table ComponentFields
|Node|ProtoFluxNode|
|Node|ProtoFluxNode| The protoflux node this is pointing to.
|ElementName|String|
|ElementName|String| The name of the input this is targeting.
|IsDynamic|Bool|
|IsDynamic|Bool| Whether or not this is dynamic.
|Index|Int|
|Index|Int| The index from top to bottom of the node's inputs.
|ConnectPoint|Slot|
|ConnectPoint|Slot| The point the wire should connect to.
|NodeOperation|INodeOperation|
|NodeOperation|INodeOperation| The node operation target (impulse target) this is a connector for.
|IsAsync|Bool|
|IsAsync|Bool| Whether the impulse input type is async.
}}
}}


== Behavior ==
== Usage ==


== Examples ==
== Examples ==
Line 24: Line 24:
[[Category:Components:Uncategorized{{#translation:}}|Proto Flux Operation Proxy]]
[[Category:Components:Uncategorized{{#translation:}}|Proto Flux Operation Proxy]]
[[Category:Components{{#translation:}}|Proto Flux Operation Proxy]]
[[Category:Components{{#translation:}}|Proto Flux Operation Proxy]]
[[Category:ComponentStubs]]

Latest revision as of 01:40, 1 August 2025

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

The ProtoFluxOperationProxy component is used to allow plugging impulse wires into protoflux visuals.

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 protoflux node this is pointing to.
ElementName String The name of the input this is targeting.
IsDynamic Bool Whether or not this is dynamic.
Index Int The index from top to bottom of the node's inputs.
ConnectPoint Slot The point the wire should connect to.
NodeOperation INodeOperation The node operation target (impulse target) this is a connector for.
IsAsync Bool Whether the impulse input type is async.

Usage

Examples

See Also