Component:ProtoFluxOperationProxy

From Resonite Wiki
Revision as of 01:40, 1 August 2025 by 989onan (talk | contribs) (add info)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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