Component:ProtoFluxOutputListManager

From Resonite Wiki
Component image 
Proto Flux Output List Manager component as seen in the Scene Inspector

The ProtoFluxOutputListManager component is used to manage a list of outputs on a ProtoFlux visual.

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.
Visual ProtoFluxNodeVisual The ProtoFlux visual this is a part of.
List direct RelayRef`1<ISyncList> The list this is a visual for.
MinElements Int The minimum elements allowed for the list.
AddButtonEnabled field drive of Bool The enabled field of the add elements button.
RemoveButtonEnabled field drive of Bool The enabled field of the remove elements button.
_elements list of Slot A list of slots representing the UIX elements of the list of outputs.
OutputType direct SyncType The C# Type of the list of outputs for the list this is managing.

Sync Delegates

Triggers
Method Name Method type and Arguments. Is the method hidden? Description
AddElement:ButtonEventHandler ButtonEventHandler X Called when the add element button is touched.
RemoveElement:ButtonEventHandler ButtonEventHandler X Called when the remove element button is touched.

Usage

Examples

See Also