Component:ProtoFluxImpulseProxy

From Resonite Wiki
Component image 
Proto Flux Impulse Proxy component as seen in the Scene Inspector

The ProtoFluxImpulseProxy component interacts with the ProtoFlux tool and ProtoFlux in general to act as the relay for attaching impulses to ProtoFlux nodes.

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 node this is proxying an impulse for
ElementName String The name of the element that this is attaching an impulse to.
IsDynamic Bool Whether the impulse is dynamic
Index Int The index of the property to make an impulse for.
ConnectPoint Slot the slot to attach the wire end being connected.
Wire direct CleanupRef`1<ProtoFluxWireManager> The wire being attached to this impulse proxy
NodeImpulse direct RelayRef`1<ISyncRef> The impulse value field to target.
ImpulseType ImpulseType the type of impulse this is for.

Usage

Examples

See Also